Can anyone help me with making my simple contact form work on my website? The contact form looks like this:
Contact Ava Law Group Today!
What I need is for the form to go to an email address:
inquiries@avalg.com
then redirect the "Send" to a Thank You page which I will recreate after I know the form works:
Untitled Document
The form action needs to be this:
<form action="/gdform.php" method="post">
I'm sure this would only take five minutes to do, but need a little guidance on if anyone could do this for me. Here's the entire code for the contact to be replaced with what I need above that is currently on the live page above
Contact Ava Law Group Today!
<form action="/gdform.php" method="post">
<div class="col2 maxheight">
<div class="indent">
<img alt="" class="title" src="images/title5_2.gif" />
<div class="indent_pic">
<div class="box_1">
<div class="h_f"><input type="text" class="input1 h" value="Name" /></div>
<div class="h_f"><input type="text" class="input1 h" value="E-mail" /></div>
<div class="h_f"><input type="text" class="input1 h" value="Phone" /></div>
<div class="h_f"><input type="text" class="input1 h" value="Address" /></div>
</div>
<div class="box_2">
<textarea name="textarea" cols="35" rows="35"> Message</textarea>
<div class="form"><a class="more" href="#" onclick="document.getElementById('form1').reset()" >clear</a> <a class="more" href="#" onclick="document.getElementById('form1').submit() ">send</a></div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</form>
Thank you so much. Let me know what I can do or if anyone can quickly help me by doing this for me so it has the same look and feel, but to actually WORK!
