• Resolved kheitz

    (@kheitz)


    We pushed some updates to our page this morning and our MC4WP forms are no longer working.

    • Removed deprecated filter hook mc4wp_settings_cap, use mc4wp_admin_required_capability instead.
    • Removed deprecated filter hook mc4wp_merge_vars, use mc4wp_form_data or mc4wp_integration_data instead.
    • Removed deprecated filter hook mc4wp_form_merge_vars, use mc4wp_form_data instead.
    • Removed deprecated filter hook mc4wp_integration_merge_vars, use mc4wp_integration_data instead.
    • Removed deprecated filter hook mc4wp_valid_form_request, use mc4wp_form_errors instead.
    • Removed deprecated function mc4wp_get_api() and deprecated class MC4WP_API.
    • Removed deprecated function mc4wp_checkbox().
    • Removed deprecated function mc4wp_form(), use mc4wp_show_form() instead.

    We also changed the debugging log for mc4wp to log everything and see this when we try to submit the form:
    [2023-03-08 10:13:29] INFO: Form 28545 > Submitted with errors: spam

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Lap

    (@lapzor)

    It seems you might be using some depreciated hooks in your code. They have been marked as depreciated for a long time now and should be updated.

    Regarding the error, please go to MC4WP > Form > Settings, do you see any settings there relating to a captcha? Could you please turn that off and then try again?

    Hope that helps. If you have any questions, please let me know!

    Thread Starter kheitz

    (@kheitz)

    That worked, thank you my good sir!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Submitted with errors: spam’ is closed to new replies.