diff --git a/source/php/Form.php b/source/php/Form.php index 0205003..14df023 100644 --- a/source/php/Form.php +++ b/source/php/Form.php @@ -34,10 +34,6 @@ public function appendForm() $postExtended = get_extended($post->post_content); - if (empty($postExtended['main']) || (strpos($post->post_content, '') !== false && empty($postExtended['extended']))) { - return; - } - $mainQuestion = __('Did the information on this page help you?', 'customer-feedback'); if (!empty(get_field('customer_feedback_main_question_text', 'option'))) { $mainQuestion = get_field('customer_feedback_main_question_text', 'option');