+ Reply to Thread
Results 1 to 3 of 3

Thread: layout of multiple choice in html

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Posts
    8

    Default layout of multiple choice in html

    Hi

    I am sure I saw something about this on the forums yesterday but I can't find it again.

    My form contains a number of multiple choice questions and on some of them the person can choose more than one option. I have got the form to allow this, but in the resulting email the answers come up as comma seperated.

    Is there any way to get these to line up underneath each other instead?

    Example:

    Question 1:
    choice 1
    choice 2
    choice 3

    Thank you.

  2. #2
    Join Date
    Dec 2003
    Posts
    3,900

    Default Re: layout of multiple choice in html

    Hi,

    It's called "template_list_sep".

    If you're using an HTML template, then you need to use an HTML element as the separator. Like this:
    Code:
     <input type="hidden" name="template_list_sep" value="<br />" />
    For a plain template, use "\n".
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  3. #3
    Join Date
    Sep 2005
    Posts
    8

    Default Re: layout of multiple choice in html

    Hi Russell

    I knew it would probably be simple. I have never found a form processor that is so incredibly adaptable. Thanks for both the script and the help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. new code for multiple checkboxes
    By nevdev in forum FormMail Subscription Support
    Replies: 2
    Last Post: 15-Jan-2005, 11:39 PM
  2. Multiple e-mail types
    By JohnB in forum FormMail Subscription Support
    Replies: 2
    Last Post: 14-Jan-2005, 04:51 PM
  3. choice-dependent result URL
    By nevdev in forum FormMail Subscription Support
    Replies: 6
    Last Post: 13-Jan-2005, 10:32 PM
  4. Uploading Multiple Images
    By JNewb in forum FormMail Subscription Support
    Replies: 2
    Last Post: 12-Dec-2004, 03:39 PM
  5. Multiple selection list
    By GrandpaRob73 in forum FormMail Subscription Support
    Replies: 2
    Last Post: 25-Jun-2004, 01:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts