Hi, Does anyone have code for a textbox for submitting an email address to a mailing list? Any help appreciated! Thanks, Ivan
<INPUT NAME="vegot"> The script will probably have a pre-set name value, which is the text box where it grabs the mailing address from. Simply change 'vegot' to whatever that name is, and have the actual form post to the script.
Could you specify your question a bit more ? A textbox is a textbox and it's always like <input type="text" name="name" value="" size"20"> Perhaps you should try hotscripts.com, search on mailing list.
My question was a bit unclear, sorry. I am looking for html code to create a "Join our Mailing list" box like that on the top right corner of http://satvocab.com/ . I will try hotscripts. Thanks. -Ivan