tl;dr: Contact Form 7’s shortcode doesn’t work in an AJAX request when called with do_shortcode functions.php add_action('wp_ajax_ps_get_survey_form', 'ps_get_survey_form'); add_action('wp_ajax_nopriv_ps_get_survey_form', 'ps_get_survey_form'); function ps_get_survey_form() { ...
-
April 19, 2022
- 0 Comments