DFW Mustang Forums banner

HTML submit button

372 Views 2 Replies 3 Participants Last post by  Hunt4m3x
I have made a form and need it to go to my email whenever it is submitted, how do i do this?
i have found some forms online but whenever i test them they try to send through outlook and i am wanting it to send through the website..?
1 - 3 of 3 Posts
You are likely going to want a PHP or javascript to do that. The HTML stuff generally utilizes a mailto tag that will kick off the clients default email client.

Try this and see if it works for you.

http://www.webformfactory.com/

It'll add the code necessary to have the backend database that can generate the email internally.
1 - 3 of 3 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top