Drop down field as subject

  • Thread starter Thread starter Jane Here
  • Start date Start date
J

Jane Here

In a form, I have a drop down where a user chooses a topic. When the form is
emailed to me, I would like the value in the drop down to be the subject of
the email.

I put the field name DropTopic to be used as the subject, but this is not
working. I can choose any other field and it works fine. Just the drop down
field does not work. Is it possible?
 
Check the field name (no spaces or punctuation and case differences)
- or provide a URL

--




| In a form, I have a drop down where a user chooses a topic. When the form is
| emailed to me, I would like the value in the drop down to be the subject of
| the email.
|
| I put the field name DropTopic to be used as the subject, but this is not
| working. I can choose any other field and it works fine. Just the drop down
| field does not work. Is it possible?
|
|
|
 
you probably need an ASP script that processes the email, and will put the
subject variable in the subject field in the email program. Try
www.hotscripts.com for form/email processing scripts. other alternatives like
php and perl/cgi are available there as well, depending on your server type.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top