Email Confirmation Demo
Email
Make this field a variable, and give it a variable name like
email
.
Confirm Email
Make this field a variable as well, and give it a name like
confirmEmail
.
Email Doesn't Match Message (make this field hidden)
Make this field a variable, with a variable name
msg
.
Make this field calculated, and give it the following formula:
email==confirmEmail?"":msg;
Remove the label (under Presentation -> Label Placement).
Make the field have Custom Validation, using the following Regular Expression.
/^$/
Contact Information