lsascha / registeraddress

newsletter registration extension to tt_address made in Extbase + Fluid for Typo3. with double-opt in, user editing and unsubscribing
GNU General Public License v2.0
7 stars 18 forks source link

[Question] How to make firstname / lastname mandatory? #67

Open vigri opened 4 years ago

vigri commented 4 years ago

Hi there,

I would like to know how to make the field for the firstname and/or lastname mandatory.

Inside the template I can set additionalAttributes="{required:'required'}" but this enables only html5 validation. The server side validation won't be active with this.

Thanks in advance and best regards