Forum Moderators: open
I have a few forms, they will not send the info via email.
HELP!
As far as I know it is not possible to use anything other than an email address to the mailto: tag. Some older browsers allow you to append a subject line: mailto:someone@host.com?subject=Hello%20World, but I think that some browsers will try and interpret this as part of the email address.
I think that to achieve what you are looking for you will need to use some server side script.
At least, thats what I've grasped from your request, I'm almost certainly wrong.
WibbleWobble is spot on and I am way off...
Apologies! <me>Goes for some coffee...</me>
One thing worth mentioning is that mailto: only works is the user has a default mail app on the machine they are browsing from. If they use web based mail systems then your mailto: will not work.