EspressoBean
Thread Starter
- Joined
- Feb 29, 2016
- Messages
- 264
So I have a contact form script which does server side validation and throws back any errors to javascript to print. I am using PHPMailer to actually send the emails. When I click on submit with every field being empty, instead of printing errors as it should, it just spits out email.php.
Where am I going wrong?
main form (formMaster.php):
https://hastebin.com/exipesovuz.php
recaptcha.php:
https://hastebin.com/lisegapoda.php
email.php:
https://hastebin.com/owovecovak.php
javascript:
https://hastebin.com/tetibuduve.js
index.html:
https://hastebin.com/yemozoqogo.html
Where am I going wrong?
main form (formMaster.php):
https://hastebin.com/exipesovuz.php
recaptcha.php:
https://hastebin.com/lisegapoda.php
email.php:
https://hastebin.com/owovecovak.php
javascript:
https://hastebin.com/tetibuduve.js
index.html:
https://hastebin.com/yemozoqogo.html