Gix075 / ajax-contact-form

An easy to use and hightly customizable Ajax Contact Form, including inputs validation and Google ReCaptcha.
MIT License
6 stars 1 forks source link

Captcha not appearing #6

Open c0fe opened 7 years ago

c0fe commented 7 years ago

I am using files extracted from the dist directory and have made the changes stated in the Wiki. I have changed /dist/ajax-contact-form/php/config.php file:

https://hastebin.com/lefopoceli.php

and /dist/acf-demo.js:

https://hastebin.com/demujudaki.js

I am using a dummy domain, so the keys being shown isn't a concern for me.

Anyways, the captcha just doesn't show up. If I click to submit without filling anything no validation is performed. Just nothing happens. Not sure what I am doing wrong here.

Gix075 commented 7 years ago

I suppose that the main error is that the config.php file was renamed. Try to leave this file with its own name.

c0fe commented 7 years ago

I never changed the name of config.php, there is a config.php file.

Gix075 commented 7 years ago

Can i see the page (on online server) where you are trying to load the contact form?