Forum Moderators: open
If anyone can help, would really appreciate this!
Thanks
Louise
How good is your knowledge of Javascript. If you just want to get on with having your form checked and don't want to have to hand code too much, I would suggest trying to find free DW extensions.
The one I can recommend can be found if you google for 'yaromat' - (mods: I have no affiliation with him).
Although JS form checking is good I would also advise to use server side checking (if you use a script to email you the form).
If you use matts script - again no affiliation ;-) - or any of its variations, you have a built-in facility fo check for required/mandatory fileds using the <input type="hidden" name="required" value="yourmandatoryfieds, separated, bycomas" />
The use of server-side checking is good because some people have javascript disabled so they might make a mistake but most importantly it will block some spiders/bot that could 'form-spam' you.
Hope this helps
[edited to fix some typos]
[edited by: le_gber at 10:33 am (utc) on Dec. 2, 2005]