Is there a way to make the email field on the contact forms required? I think this is the first time it has happened for me, but somebody didn't fill in their email address, so there is no way they can be contacted!
I see it pops up a nice little bubble in chrome, haven't checked which other browsers support it. I'll have WSN do that automatically for the normal required fields system for the next release (while still having the PHP-based incomplete messages too for older browsers).
As for a PHP method on the contact form, I'll look into that.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on email required on contact form
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Is there a way to make the email field on the contact forms required? I think this is the first time it has happened for me, but somebody didn't fill in their email address, so there is no way they can be contacted!
TIA
Jill
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Well this could be a good spot to try out HTML 5's new "required" attribute:
I see it pops up a nice little bubble in chrome, haven't checked which other browsers support it. I'll have WSN do that automatically for the normal required fields system for the next release (while still having the PHP-based incomplete messages too for older browsers).
As for a PHP method on the contact form, I'll look into that.