Support › Forums › Azul – HTML Template › Contact form is NOT working › Reply To: Contact form is NOT working
November 17, 2014 at 8:42 pm
#4100
Keymaster
Hi again,
we can trust the next:
- Change the file contact.php form this one.
- In the file scripts-video.js, instead the function for the contact for, use this one.
- In the main file (index.html), change the line
<form class="fadeOut-2" action="#" id="contactform">
to this one<form class="fadeOut-2" action="php/contact.php" id="contactform" method="post">
(about the line 202 in your file)
Regards