The action tag is used to tell the browser which web server application will process the form data. The "mailto:" is used for hyperlinking to a client's email client. Combining them is... not going to work.
You need to use a server-side email script, in whatever language you use for server-side development.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
That's what I said: "mailto" is an instruction to the client's email program. Thus, it is relying on machine-specific configurations. The proper way to email form data is to use a server-side email script.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
its easy in php, perl, python any serverside script
if your host includes a \cgi-bin folder off the root(the usual place for cgi scripts) Big Nosed Bird has a great, easy, internally documented, piece of cake to install and operate form handler freeware
the forms generated by the link posted immediately above still require a server handler to submit to, "form processor" in their documentation in php, if the host does not supply a sendmail handler server scripting (php asp),or access to cgi, for this account there are a number of hosted mail servers
it is possible to generate a link that accesses the user's email client to send directed prefilled mail on a single click, the names and details fields usually required for a serverside mail may have to be entered, but there is small chance of the email address being faked, something like
<a href="mailto:myaddress@myhost.com?subject=Mysite Web page Enqiry&body=Enquiry from Mysite, 'Contact Us' page.%0A%0aI am seeking further information on%0AItem __________%0A%0AItem __________%0A%0AItem __________%0A">email us</a>
almostbob
Posting Sensei
3,149 posts since Jan 2009
Reputation Points: 571
Solved Threads: 376
Does freewebs support/allow server-side scripts?
I see from their blurb that you can install all matter of apps/widgets. They have an email function:
Send Email Blasts To Your Members
Keep your visitors coming back for more by adding them to your own mailing list. Ongoing email updates help you share the latest and greatest from you and your website. We do the list management so you don't have to.
Whether or not this allows you to receive as well as send, I don't know.
diafol
Rhod Gilbert Fan (ardav)
7,796 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080