Computing.Net > Forums > Web Development > html form mailto, I want form image

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

html form mailto, I want form image

Reply to Message Icon

Name: canman
Date: October 18, 2008 at 07:30:13 Pacific
OS: win
CPU/Ram: 1024
Product: dell
Comment:

I have a HTML form and am using mailto in the action attribute. I do not just want to send the forms data (ex: name=joe) to the specified email(s), I want to have the view of the whole form with its data filled in sent to the email(s).
So when the receiving email(s) in the action tag gets the email, they will get the form with its filled in data, just like the user filled in.

Is this possible? can it be done?

i just don't want a email recipient to receive an email with

name=joe&lastname=smith&age=29&weight=298




Sponsored Link
Ads by Google

Response Number 1
Name: FishMonger
Date: October 19, 2008 at 08:46:11 Pacific
Reply:

Yes, it is possible, but not by using mailto because that simple brings up the user's default mail client.

You need the action attribute to point to a server side script that parses the form submission and sends an html encoded email.

Which server side scripting language do you know/use?


0

Response Number 2
Name: canman
Date: October 19, 2008 at 09:14:43 Pacific
Reply:

i use ASP.


0

Response Number 3
Name: canman
Date: October 19, 2008 at 09:46:23 Pacific
Reply:

so i would have the action attribute of the form point to an .asp page. Get the posted data sent from the form and populate the .asp page with those values.

So I would make the .asp page look just like the html form?

But how would i then email that .asp page to the intended people that need the information?

I have to send it to 2 different emails.

also, won't the user that filled out the form see this .asp page?? I don't want them to see it? I would rather have them get a page that says, "your information has been sent".


0

Response Number 4
Name: FishMonger
Date: October 19, 2008 at 20:05:15 Pacific
Reply:

Your asp script would parse the submitted form fields and send an email formatted however you wish to whomever you wish and then return or redirect the user to whatever page you wish. The end user never needs to see or know how or what you sent in the email.


0

Response Number 5
Name: canman
Date: October 22, 2008 at 16:19:56 Pacific
Reply:

I figured it out and it works!!

create a mail object CDONTS.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: html form mailto, I want form image

Forms in HTML without mailto: www.computing.net/answers/webdevel/forms-in-html-without-mailto/518.html

html - form menu www.computing.net/answers/webdevel/html-form-menu/1278.html

HTML forms without a full server? www.computing.net/answers/webdevel/html-forms-without-a-full-server/2394.html