Jetpack Contact From not Sending when in do_shortcode
-
I have a contact form on my website in the do_shortcode atribute
<?php echo do_shortcode('[contact-form subject="subject" to="[email protected]"] [contact-field label="Name" type="name" required="true" /] [contact-field label="Tel No." type="text" /] [contact-field label="Email" type="text" required="true" /] [contact-field label="Enquiry" type="textarea" required="true" /] [/contact-form]'); ?>
When on the page I fill out the form and click send and it reloads the page and adds the form ID to the url as an anchor but it doesn’t send the form. I do not get anything in feedbacks and i do not get an email.
I installed email log but nothing appears in it and i get no errors. Can someone shed a light on it?
- The topic ‘Jetpack Contact From not Sending when in do_shortcode’ is closed to new replies.