Compare email addresses - litestream - Dec 7th, 2013
On my form I have 2 fields - email address and validate email address.
Is there a way to compare the 2 to ensure they are identical before completing the form send?
Also, how can I prevent blank form submissions?
I've had a quick look around the forums but can't see anything to help.
RE: Compare email addresses - jpkarlsen - Jan 15th, 2014
(Dec 7th, 2013, 2:27 PM)litestream Wrote: On my form I have 2 fields - email address and validate email address.
Is there a way to compare the 2 to ensure they are identical before completing the form send?
Also, how can I prevent blank form submissions?
I've had a quick look around the forums but can't see anything to help.
There is no way to ensure identical e-mails in two different fields, at least not anything I know of within Formtools. This needs to be achieved by running some javascript comparing the two fields, se http://stackoverflow.com/questions/12058081/comparing-two-input-fields. This needs to be present to your form front end document.
What do you mean by "prevent blank form submissions"? There's surely an option in every field type to specify if the field is required or not. If you get entirely blank submissions then something is wrong with your installation or the connection between Formtools and the form.
|