Hi, I wish to include a form on my website where a number of fields are 'required', that is the visitor cannot submit the form until there is an entry in the field.
Can I achieve this with the field 'Value' within the form properties? What does the 'Value' entry provide?
Any help greatly received.
A lot of questions here seem to relate to the use of easysitecreator. Never having actually used it to any great length I can only answer your question in coding terms.
Using 'value' is a great way to validate form boxes. You can use javascript to check each box value before or after form submission.
There are some good resources and ready made scripts available on the net.
Heres one.
http://www.elated.com/articles/form-validation-with-javascript/
If you do a google search for 'javascript form validation' you can find loads.