How important are common input field names?

Status
Not open for further replies.

Mr.Garrison

Banned
Sep 27, 2008
28
0
0
How important is it to use common names for input fields in HTML forms?
For example a <input type=text name=email /> could give the user a nice dropdown with email addresses he recently typed in on other forms.

Do you even care about stuff like this?
 


I really don't care. i got all my email saved, but most people don't remember their, so they prob care. That just my thought.
 
there is nothing more important than that. that's the first thing always i think about when i develop a site... if the user is going to be able to see their email in the drop down. if they don't see it, the bounce rate could go up by almost 20%.
 
there is nothing more important than that. that's the first thing always i think about when i develop a site... if the user is going to be able to see their email in the drop down. if they don't see it, the bounce rate could go up by almost 20%.

Great observation. One of those little details that can make or break you.
 
What names do you use? first_name or firstname? email or email_address?

Thanks jenzkc, didn't expect it could have such a big impact.
 
try not to make it so obvious that you are deving a shitty vb app to "make" leads for you.
at least use sockets and scrape it, vb sucks.
 
Status
Not open for further replies.