diff --git a/contact-us/contact-us.component.html b/contact-us/contact-us.component.html index ad78e795..d77fa795 100644 --- a/contact-us/contact-us.component.html +++ b/contact-us/contact-us.component.html @@ -4,27 +4,27 @@
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('name')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('surname')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('email')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('job')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('affiliation')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('community')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('organization')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('organizationType')" [options]="organizationTypes">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('subject')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('message')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('description')">