Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter samerawada

    (@samerawada)

    Found a workaround in case anyone else has this problem:

    Replace these lines on the wolc_u.js file
    // var wplc_cookie_name = jQuery( jQuery.parseHTML( response[‘cbox’] ) ).find( “#wplc_name” ).val();
    // var wplc_cookie_email = jQuery( jQuery.parseHTML( response[‘cbox’] ) ).find( “#wplc_email” ).val();

    For these
    var wplc_cookie_name = jQuery( response[‘cbox’] ).find( “#wplc_name” ).val();
    var wplc_cookie_email = jQuery( response[‘cbox’] ).find( “#wplc_email” ).val();

Viewing 1 replies (of 1 total)