Looked for answer in this forum & many other places, can't see it. Just want to know how to ensure a hidden field is left blank using form validation. Area in blue is where I am stuck.
Code snippet follows :
...
frmvalidator.addValidation("Email","req", "Please enter your e-mail address");
frmvalidator.addValidation("Hidden","req", "No data please");
</script>
...
Thanks for any help or direction you can give!


Reply With Quote
Bookmarks