• Resolved Jorge Yanez

    (@yanezez)


    Hello all,

    I’ve integrated Mailchimp and Forminator. Everything is fine. However, when signing up, the information does no get sent to Mailchimp. It is saved as submitted in Forminator though.

    I have NAME, EMAIL and 2 dropdown categories (List in Forminator)

    Any hints?

    thank you all

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

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

    (@wpmudevsupport3)

    Hi @yanezez ,

    I hope you’re doing well and I’m sorry to see that you’re facing this issue.

    Could you please go to your wp-config.php and find a line that looks like this?

    define('WP_DEBUG', false);

    And replace it with:

    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);
    // Enable Debug logging to the /wp-content/debug.log file
    define('WP_DEBUG_LOG', true);
    @ini_set( 'log_errors', 1 );
    // Disable display of errors and warnings
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);
    define('FORMINATOR_DEBUG', true);
    define('FORMINATOR_ADDON_DEBUG', true);

    The last 2 defines are for Forminator, as you can see here – https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#integrations-not-working

    After doing this, please go to the form, try to submit it again and confirm if a debug.log is generated on your wp-content folder. If it’s created, please share it with us via Google Drive; keep in mind setting the share link to public before sharing it with us or using a service like pastebin.

    I hope to hear back from you soon.
    Best Regards,
    Williams Valerio

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @yanezez ,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open this thread if you need any further assistance.

    Kind Regards,

    Nithin

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

The topic ‘Forminator and MailChimp’ is closed to new replies.