Thread: Form Help
View Single Post
Old 2015-12-30, 05:50 PM   #5
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
value= assigns that form field, in this case email, to a specific value. In other words it pre-fills that form field. Since this is a hidden field it is the value that will get sent when form is submitted. You use hidden fields to submit fixed value (or values pulled from databases) rather that value input by the user.
Toby is offline   Reply With Quote