Form -> Email

liunx

Guest
Is it possible that when you submit a form by e-mail to have one of the form fields appear in the subject line of the e-mail?<br />
<br />
If so how would I do it?<br />
<br />
Thanks<br />
<br />
Craig<!--content-->it all depends on the language you are using. what are you using?<!--content-->The form will be running 'offline' so I will only be able to use HTML, no scripts.<!--content-->ahhhh then you are stuck with<br />
<br />
mailto:[email protected]?subject=whatever<br />
<br />
you might be able to change that whatever to a varialbe and get javascript to make it change accordingly with a form field. but that is out of my bounds as I don't know javascript very well. not even sure if it is possible<!--content-->
 
Back
Top