Question
Validation rules in Forms
A client wants to have a "confirm email" field in a form that validates the email address. The flow would look like:
Email: sample@sample.com
Confirm Email: sample@sdlfkj.com
*Error: email addresses do not match
How can this be done?