same here, but the standard form is sending. So i think there is an error in the form itself.
I will have to check my not working form again 🙂
i have a lot of formating in the code and is not working in showing it is send ( but sending )
it is not redirecting to my thank you page. It is something with the theme i use 🙁
<div class="contact-form">
<div class="contact-form_in">
<p class="form-field text-field_wrapper"><label for="contact-name"><span class="ic-pen"></span></label>[text* name id:contact-name placeholder "Name"]</p>
<p class="form-field text-field_wrapper"><label for="contact-email"><span class="ic-envelope"></span></label>[email* email id:contact-email placeholder "Email"] </p>
<p class="form-field text-field_wrapper"><label for="contact-subject"><span class="ic-paper"></span></label>[text subject id:contact-subject placeholder "Subject"] </p>
<p class="form-field big-text-field_wrapper"><label for="contact-message"></label>[textarea message id:contact-message placeholder "Message"] </p>
</div>
<p class="form-field form-field_submit">[submit "Send"]</p>
</div>
Regards
-
This reply was modified 8 years, 6 months ago by
finc.
Thread Starter
caygri
(@caygri)
I discover The problem is google recaptcha
Working if i pur recaptcha after send button
I dont know why
I just made the form from the scratch. Now it is working. No modified any code. I had btw the update to wp 4.7
maybe it caused all the stress.
-
This reply was modified 8 years, 6 months ago by
finc.