• Resolved Gulshan Kumar

    (@thegulshankumar)


    Hey dear,

    After clicking on subscribe button, Chrome console says –

    wdv_mailchimp_ajaxcall.js?ver=1.0:7 Uncaught TypeError: Cannot read property 'split' of undefined
        at subscribe_mc (wdv_mailchimp_ajaxcall.js?ver=1.0:7)
        at HTMLInputElement.btnreset.onclick (wdv_mailchimp_ajaxcall.js?ver=1.0:1)
    subscribe_mc @ wdv_mailchimp_ajaxcall.js?ver=1.0:7
    btnreset.onclick @ wdv_mailchimp_ajaxcall.js?ver=1.0:1

    Please consider fixing. I really want to try this plugin.

    Thanks & Regards,
    Gulshan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author vrpr

    (@vrpr)

    Hello Gulshan,
    I apologize for the delay in replying.
    When you filled the “API Key (from MailChimp)” field in the widget, you wrote the full number?
    For example:d53e76310264b2b7c231eee1aу9268f2-us12
    Or maybe you did not write this in the ending “-us12”?
    Try write full API Key with “-us12”.
    Best regards
    vrpr

    @vrpr,

    I have the same issue. I have tried API Key with “-usXX” postfix and without, but there is no difference. Can you check it please?

    I’m also wondered about form looking in html.

    <form method="post" class="subscribe_mc">
        <input type="email" value="" name="email" class="email" id="email" placeholder="[email protected]" required="">
        <input type="button" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">   
    </form>
    

    I mean why it don’t retrives any action url and don’t have nothing unique?

    Plugin Author vrpr

    (@vrpr)

    Hello bublick!
    Thanks for using this plugin. I have send new version to www.ads-software.com. I hope you can upload it soon.
    In html there is not any action because all in js file in plugin:
    in html:
    <form method="post" class="subscribe_mc">
    in js:

    $('.subscribe_mc').submit(function(e){     
              ...
               });

    Best regards

    Plugin Author vrpr

    (@vrpr)

    Now you can dounload new version 1.0.1 from www.ads-software.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘JavaScript Error’ is closed to new replies.