Thread: Forms
Results 1 to 3 of 3
Related
-
Forms Forum: HTML Forum
Replies: 6 -
Sub forms Forum: HTML Forum
Replies: 2 -
Forms Forum: HTML Forum
Replies: 3 -
Help with forms please.... Forum: HTML Forum
Replies: 1 -
Forms Forum: HTML Forum
Replies: 1
-
02-09-2001, 12:57 PM #1
Forms
When a form is submited, and the person left a scroll down menu field empty, because it wasn't an item they wanted, is it possible for that NOT to show up in the email? For example, right now, I am getting comments= when they don't choose an item, but what I want is for it not to show up period in my email.
Thanks!
-
02-09-2001, 01:19 PM #2
I am not aware of any way to do this, However if you like you can use a JS to make any particular field mandatory.
Dave
-
02-09-2001, 01:20 PM #3
Not really, Lindy. Not with pure HTML.
What you could do is use a form validator, they have advanced options to do stuff exactly like you ask. Or you could take control of the submission with a PHP script. (Ask phpboy about that one!).
With straight HTML, you have defined an input, therefore it will write the value, even if it is zero-length.
------------------
QuietDean-