Support » Plugin: Campaign Monitor Ajax Forms » Sorry, we weren't able to sign you up Please check your details

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lee Willis

    (@leewillis77)

    Hi;

    There’s a debugging guide in the FAQ : https://wordpress.org/plugins/ajax-campaign-monitor-forms/faq/

    Thread Starter sheikh sameer

    (@sameersheikh009)

    thank you Lee Willis.

    i have resolved this issue by adding following code.

    add below code before line number 234 in cm-ajax-shortcode.php
    var myresponse = data.replace(/(\r\n|\n|\r)/gm,'');

    like
    var myresponse = data.replace(/(\r\n|\n|\r)/gm,''); if (myresponse == 'SUCCESS') {...}

    And add same line in cm-ajax-widget.php before line 192

    Plugin Author Lee Willis

    (@leewillis77)

    Hi;

    If you’re getting whitespace before the response then that may cause issue in other areas too – you should look into resolving that – although glad you got your immediate issue sorted.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sorry, we weren't able to sign you up Please check your details’ is closed to new replies.