Author Topic: Sign Up Information  (Read 1656 times)

enquiries

  • Posts: 25
    • View Profile
Sign Up Information
« on: July 25, 2008, 02:39:24 am »
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

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Sign Up Information
« Reply #1 on: July 25, 2008, 10:55:36 am »
Hi Sharon, you can contact me directly at http://contact.listmailpro.com or by starting a support ticket at http://listmailpro.com/support

I most-assuredly have not changed anything on your installation.  One potential problem is the appearance of two SELECT fields named "user1".  All of the "user" fields should be passed to ListMail and stored.  To ensure you can view that data within ListMail on the user "Edit" page, you must make sure to "name" each custom field on the List Settings -> Custom Fields page.  This enables the field within the ListMail interface for your use.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

enquiries

  • Posts: 25
    • View Profile
Sign Up Information
« Reply #2 on: July 25, 2008, 11:35:52 am »
Hi Dean,

Thank you very much for your reply, that is most helpful.

The people who do my website is a company called dotsquares who may contact you direct if they are not able to rectify from your suggestions.

The contact name there is Bankim Chandra.

Thank you again for your help,

With kind regards,

Sharon