Hello agonzal2000,
Thanks for sharing details with us and we have checked with same contact data and it seems WordPress core admin-ajax.php file is not there in wp-admin folder. So please check at your end that WordPress was install properly.
If you have still any query regrading this then please feel free to tell us.
Thanks & Regards,
August Infotech
Hello agonzal2000,
We have checked your view source and we found that you have install your WordPress in blog folder which was not your site url. So please do below change in our plugin file for submit button in working condition.
Path of file in which you have to do change.
Path : wp-content\plugins\responsive-contact-form\include\ai-contact-form-template.php
in this file please replace this code var MyAjax = “<?php echo home_url(); ?>/wp-admin/admin-ajax.php”; with below code.
var MyAjax = “<?php echo home_url(); ?>/blog/wp-admin/admin-ajax.php”;
If you have still any query please feel free to tell us.
Thanks & Regards,
August Infotech
Great, now the button works. However mails are not being sent. What can it be? Where are the mails sent from? I didn’t see any screen for setting SMTP.
Hello agonzal2000,
Please check firstly mail functionality is there on your server and also please found SMTP settings are available for your mail functionality.
Please check you have given email id in our AI Contact Form settings. If you don’t provide email id in that settings then mails will be sent on wordpress admin email id which is found at admin->Settings->General menu.
Please check your spambox.
If you have still any query please feel free to tell us with your WordPress admin details so we give you better serve.
Thanks & Regards,
August Infotech
Hello agonzal2000,
We think might be your problem will be resolved and if you have still any query regarding this then please tell us.
Thanks & Regards,
August Infotech