Click to See Complete Forum and Search --> : Creating a variable from a form submission


CodeGoddess
02-11-2003, 05:07 PM
Please help.

I need to be able to create a varible to hold a string that is acheived from an input box and then use that variable to populate the subject of an email. I currently have a form that is emailed to a supervisor with a generic msg relating to the topic of the form but they want a more specific subject for the email. Any assistance would be appreciated.

Gretchen

CodeGoddess
02-11-2003, 08:30 PM
<code>
<input type=hidden name="subject" value="Your Subject">
</code>

I want to be able to put a variable into the value so that it can be dynamic instead of static

Thanks in advance for the help

Gretchen