• Resolved gummeruspihkala2026

    (@gummeruspihkala2026)


    When I submit a form, I get an error message (see picture). Anyway, the form goes to Dashboard.What might cause this error message?

    “An error occurred while processing the form. Please try again,

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @gummeruspihkala2026,

    I hope you’re doing great today!

    Could you please enable debugging in WordPress, by changing this line in wp-config.php file:

    define( 'WP_DEBUG', false );

    to:

    define( 'WP_DEBUG', true);

    Then please add the following on the next line:

    define( 'WP_DEBUG_LOG', true );
    define('FORMINATOR_DEBUG', true);
    define('FORMINATOR_ADDON_DEBUG', true);

    Save wp-config.php file, and try replicating the issue when saving the form.

    In case there’s a PHP error, WordPress should generate debug.log file /wp-content/ directory with more details.

    Please share debug.log file with us via a cloud service like Google Drive, DropBox, etc., or via email: [email protected]

    Please use the following template for sending it via email:

    Subject: ATTN: WPMU DEV support - wp.org

    Please include:
    – Link to download the file, or attach it in a ZIP archive to the email
    – Link back to this thread for reference (https://wordpress.org/support/topic/error-message-after-sending-a-form/)
    – Any other relevant URLs/info

    Best Regards,
    Dmytro

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @gummeruspihkala2026,

    I hope the above suggestions helped to find what was causing the issue.

    We haven’t heard from you for a while, so I’ll be marking this thread as resolved for now. Please feel free to reopen it, in case you still need our assistance.

    Best Regards,
    Dmytro

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

You must be logged in to reply to this topic.