Do you have any examples of form validation JS as it is used on an editsite.net form?
In my case, I am trying to make a list of checkboxes where all boxes must be checked (agreeing to several terms and conditions) in order for the form to be able to be submitted.
Javascript form validation
Do you have any examples of form validation JS as it is used on an editsite.net form?
In my case, I am trying to make a list of checkboxes where all boxes must be checked (agreeing to several terms and conditions) in order for the form to be able to be submitted.
I would probably like to validate email address too.
27 posts 1 year, 4 months ago
You will have to add the Javascript code into the page, in the page editor, with HTML icon.
Check the page here
http://www.editsite.net/create/
View Source and you should see how to do it.