Hi Dean,
I have a free newsletter on my website where people are asked to enter their first name, email address and where they found me. If they say newspaper for example another box asks which newspaper. This has all been working fine until recently where sometimes I do not receive any details of where they have found me or if they say newspaper it does not transfer the info of the second box stating which newspaper. My website people have asked if you have changed anything recently and have asked if you would look at the programming format below and advise if you notice anything that should read differently...
<form method="post" name="signuprp" id="signupru" action="/mail/signup.php" >
First Name : <input name="fname" type="text" >
E-Mail : <input name="email" type="text" >
Where did you hear about me? : <select name="user1" ><option value="radio">Radio</option></select>
Which Radio Station: <input name="user2" type="text" >
Which TV Programme: <input name="user3" type="text" >
Which Newspaper: <input name="user4" type="text" >
Please Specify: <input name="user5" type="text" >
<input type="submit" name="submit" />
</form>
===============================================================================
and some code for Newspapers:
<select name="user1" >
<option value="plz" selected>---Please Select---</option>
<option value="radio">Radio</option>
<option value="tv">T.V</option>
<option value="newspaper">Newspaper</option>
<option value="friend">Friend/Family</option>
<option value="igoogle">Internet/Google</option>
<option value="thebest">The Best Of</option>
<option value="foranimals">For Animals</option>
<option value="crowborouth">Crowborough Directory</option>
<option value="edenbridge">Edenbridge Directory</option>
<option value="others">Others</option>
</select>
Thank you for your help,
With kind regards,
Sharon