Why might a plugin’s ‘do_shortcode’ not work in an AJAX request?
tl;dr: Contact Form 7’s shortcode doesn’t work in an AJAX request when called with do_shortcode
tl;dr: Contact Form 7’s shortcode doesn’t work in an AJAX request when called with do_shortcode
I tried adding placeholder similar to the given for ContactNumber for my drop down Outlet but it doesn’t appear. Code- <div class="form-group form-icon-group"> <i class="fa fa-phone" > </i> [tel* ContactNumber /8 class:form-control placeholder "Contact Number *"] </div> <div class="form-group form-icon-group"> <i class="fa fa-food" > </i> [select Outlet id:outlet class:form-control "– Select Outlet–" "Pasir Ris" "Thomson"] … Read more
I want to store the data of contact form 7 (CF7) in a custom-post-types (CPT). There are several plugins like: https://de.wordpress.org/plugins/cf7-responses/ https://de.wordpress.org/plugins/cf7-store-to-db-lite/ https://de.wordpress.org/plugins/advanced-cf7-db/ which store the data in their own cpt. But it is not possible to redirect the data into a CPT of your own. Is there a plugin or another way how I … Read more