yes and no, i just need it to send a carbon copy of the form to the customer too, I don't need a auto responder, just a way to put into the mailto part the customers email.
and no I'm hosting on my own server.
.. that doesnt make a whole lot of sense...
**Edit**>>
in code it would be something like this:
Cust.email
Cust.email = Input.User
mailto: "shannon.green@domain.com" && Cust.email
<<**
--- like if this was the form:
Name: James Blunt
Email: JB@gmail.com
Message: Hey Shannon, Get in contact with me when you can.
[Confirm] <-- need that to mail me the details of the form, AND James Blunt, see what I mean?