To prevent the user to enter an invalid email I'd like to compare two email entries. I create two fields but i can't find out how compare the two entries and warn user if the entries are not equal.
Last edit: 8 years 4 months ago by krileon. Reason: Added [SOLVED] tag to subject
Not sure, but I think all you have to do is to go to Community Builder --> Field Management, click on your Email Field and choose your Field Type as Email Adress, and then under Parameters / Validation there are options for
Verify field input (Enable it)
Label for the verify email field (e.g. Verify %s )
Then on your Registration Page there should be a second input field where the User has to re-enter his Email Adress, and he will get an error as long as both fields do not have identical inputs.
You don't need to create a second field...
Last edit: 8 years 4 months ago by Amicus72.
The following user(s) said Thank You: nant, krileon
Amicus72 wrote: Not sure, but I think all you have to do is to go to Community Builder --> Field Management, click on your Email Field and choose your Field Type as Email Adress, and then under Parameters / Validation there are options for
Verify field input (Enable it)
Label for the verify email field (e.g. Verify %s )
Then on your Registration Page there should be a second input field where the User has to re-enter his Email Adress, and he will get an error as long as both fields do not have identical inputs.