View Full Version : Quick Form Question
8mycsh
08-30-2002, 03:11 AM
I am new to ASP, and I have downloaded a premade form that I am trying to disect to understand how everything works. My question is I want to add a subject and a name when it is emailed. Right now when I email the form it comes to my email box as someone@somewhere.com But I want it to come as Internet Sales...with a subject "An order from the net. Can someone tell me how to do this. Or show me a tutorial.
Mhtml
08-30-2002, 12:37 PM
not quite sure what you mean but you can specify those sought of things by doing this
?subject=SUBJECT
so mailto:someone@somewhere.com?subject=Hello
will place hello in the subject line.
You can also add body for the text in the email but you will need to add that to the email variable (assuming you have one)
whammy
08-31-2002, 01:40 AM
I don't know why you'd ever use "mailto" when you have the ability to use ASP (unless you're just extremely lazy, or have to have an email link done in less that 15 seconds!).
Can we see the script that you're using? That should be easy to implement.
:)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.