Creating a variable from a form submission

liunx

Guest
Please help.<br />
<br />
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.<br />
<br />
Gretchen<!--content--><code><br />
<input type=hidden name="subject" value="Your Subject"><br />
</code><br />
<br />
I want to be able to put a variable into the value so that it can be dynamic instead of static<br />
<br />
Thanks in advance for the help<br />
<br />
Gretchen<!--content-->
 
Back
Top