Email form with multiple subject lines

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KerryK
    New Member
    • Aug 2006
    • 1

    Email form with multiple subject lines

    Hi all:
    I need some help to create an email form that students can submit to register for a seminar. Basically all I want the student to do is to click a submit button but what has to come up for me is the name of the seminar they are registering for, their name and email address. My problem is that all the seminars are listed in a table and I am assuming I'll have to create multiple forms to go with each seminar.

    What's the best way to do this?

    thanks for your help. :)
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    No need for multiple forms. Just use a select element and populate it with the seminars from the table using a server-side language.

    Comment

    Working...