• Resolved kristinrutten

    (@kristinrutten)


    My client is using the Hustle plug-in and when we use the pop-up email opt-in, visitors receive a notification that states “invalid email” when trying to submit the form. The email provider is Mailchimp – we have selected and authorized the correct list and verified settings match, including the fields.

    Here is the debug log:
    [19-Nov-2017 22:03:59 UTC] PHP Notice: Undefined index: inc_optin_email in /home/zedswetpaint/www/www/wp-content/plugins/wordpress-popup/inc/opt-in-front-ajax.php on line 23

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @kristinrutten!

    Hope you’re doing well!

    Please go to /wp-content/plugins/hustle/inc/opt-in-front-ajax.php on line #23 and replace
    if( !is_email( $form_data['inc_optin_email'] ) )
    with
    if( !is_email( $form_data['inc_optin_EMAIL'] ) )

    Let me know if it works!

    Kind regards,
    Nastia

    Thread Starter kristinrutten

    (@kristinrutten)

    Thanks. Replaced the code – still not working.

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @kristinrutten,

    Hope you’re well.

    Can you delete and reinstall the Hustle? If still problem exists, I have couple more suggestions. You can try plugin conflict test and theme conflict test. You just need to deactivate all plugins and try just with Hustle activated. And for theme, you can just try with default Twenty Seventeen theme.

    Can you make this steps and let me know the results.

    Cheers,
    Oguz

    Thank you for using Hustle. I am going to close this topic for now. If you’re able to test the plugin and need our help, let us know and we can reopen the thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Invalid email on pop-up’ is closed to new replies.