shellymabelly83
11-15-2011, 05:17 PM
I am lost. I do not know how to make the form submit in PHP??
Here is my part in the javascript to make the form submit:
<form method="post" id="new_message" action="/messages">
the form is being submitted: it is being posted to {mywebsite}/messages, but I need a script to receive/process the form submission and send the message to your email, and I am lost on how to do that?????
Here is my part in the javascript to make the form submit:
<form method="post" id="new_message" action="/messages">
the form is being submitted: it is being posted to {mywebsite}/messages, but I need a script to receive/process the form submission and send the message to your email, and I am lost on how to do that?????