• Resolved tigere

    (@tigere)


    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)
  • Hello,

    Thanks for pointing out this defect. We have fixed the issue and the same is undergoing testing. We will release an updated version soon.

    Thanks

    Hello,

    We have fixed the issue and the required code changes are updated in our documentation.
    Please make the changes and let us know the feedback.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WS Desk Integration with Contact Form 7’ is closed to new replies.