Click to See Complete Forum and Search --> : Required fields sometimes do not work


kstrace
11-21-2002, 02:03 PM
http://www.shrinkresource.com/info.htm

I am having problems with the required fields always working...my client says sometimes he recieves responses without the required fields. Alot of times it works! Is it security settings on user browsers? how else should i do this? Can anyone help?

Thanks!
k

cxema
11-21-2002, 05:58 PM
I've checked the source of your document and could'nt find any "validation" arguments that make those fields required.
here is a sample to go with your submit button:
<input type=submit value="Submit" onClick="your definedfunction();MM_validateForm('name','','R','email','','RisEmail');return document.MM_returnValue" name="submit">
hope it helps.