@@ -19,7 +19,7 @@ <h1 class="mb-4 text-left text-4xl font-extrabold tracking-tight md:text-5xl lg:
1919 < h2 class ="text-left text-2xl mb-2 font-bold dark:text-white "> {{ 'CONTACTUS._fill' | translate }}</ h2 >
2020 < div class ="grid grid-cols-3 gap-4 ">
2121 < div >
22- < label for ="email " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._email' | translate }}</ label >
22+ < label for ="email " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._email' | translate }} (*) </ label >
2323 < input formControlName ="email " type ="text " id ="email "
2424 [ngClass] ="contactForm.get('email')?.touched && contactForm.get('email')?.invalid
2525 ? 'border-red-600'
@@ -36,7 +36,7 @@ <h2 class="text-left text-2xl mb-2 font-bold dark:text-white">{{ 'CONTACTUS._fil
3636 }
3737 </ div >
3838 < div >
39- < label for ="name " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._firstname' | translate }}</ label >
39+ < label for ="name " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._firstname' | translate }} (*) </ label >
4040 < input formControlName ="name " type ="text " id ="name "
4141 [ngClass] ="contactForm.get('name')?.touched && contactForm.get('name')?.invalid
4242 ? 'border-red-600'
@@ -50,7 +50,7 @@ <h2 class="text-left text-2xl mb-2 font-bold dark:text-white">{{ 'CONTACTUS._fil
5050 }
5151 </ div >
5252 < div >
53- < label for ="lastname " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._lastname' | translate }}</ label >
53+ < label for ="lastname " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._lastname' | translate }} (*) </ label >
5454 < input formControlName ="lastname " type ="text " id ="lastname "
5555 [ngClass] ="contactForm.get('lastname')?.touched && contactForm.get('lastname')?.invalid
5656 ? 'border-red-600'
@@ -66,7 +66,7 @@ <h2 class="text-left text-2xl mb-2 font-bold dark:text-white">{{ 'CONTACTUS._fil
6666 </ div >
6767 < div class ="grid grid-cols-2 gap-4 ">
6868 < div >
69- < label for ="organization " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._organization' | translate }}</ label >
69+ < label for ="organization " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._organization' | translate }} (*) </ label >
7070 < input formControlName ="organization " type ="text " id ="organization "
7171 [ngClass] ="contactForm.get('organization')?.touched && contactForm.get('organization')?.invalid
7272 ? 'border-red-600'
@@ -80,7 +80,7 @@ <h2 class="text-left text-2xl mb-2 font-bold dark:text-white">{{ 'CONTACTUS._fil
8080 }
8181 </ div >
8282 < div >
83- < label for ="role " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._role' | translate }}</ label >
83+ < label for ="role " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._role' | translate }} (*) </ label >
8484 < input formControlName ="role " type ="text " id ="role "
8585 [ngClass] ="contactForm.get('role')?.touched && contactForm.get('role')?.invalid
8686 ? 'border-red-600'
@@ -95,7 +95,7 @@ <h2 class="text-left text-2xl mb-2 font-bold dark:text-white">{{ 'CONTACTUS._fil
9595 </ div >
9696 </ div >
9797 < div >
98- < label for ="organization " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._message' | translate }}</ label >
98+ < label for ="organization " class ="font-bold text-lg dark:text-white "> {{ 'CONTACTUS._message' | translate }} (*) </ label >
9999 < textarea id ="editor " formControlName ="message " rows ="8 "
100100 [ngClass] ="contactForm.get('message')?.touched && contactForm.get('message')?.invalid
101101 ? 'border-red-600'
0 commit comments