WS Desk Integration with Contact Form 7
-
i have a problem with the integration of WS Desk with contact form 7. When the form validation is triggered and the form does not submit, the WS Desk is saving the form enquiry as if the form was submitted successfully.
How can l prevent this form happening. i have tried below but no luck
$submission = WPCF7_Submission::get_instance();
$invalid_fields = $submission->get_invalid_fields();
if (empty($invalid_fields)) {
submit email
}Your assistance will be much appreciated
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WS Desk Integration with Contact Form 7’ is closed to new replies.