Loading...

Plugin Conflict: WP Cost Estimation & Payment Forms Builder

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10005086
    Brady Miller
    Participant

    WP Cost Estimation & Payment Forms Builder is a pretty popular premium plugin and I wanted to let you know that it seems one of the recent updates to it or Pie Register has caused any forms built with said plugin to not be able to submit. After hitting “submit”, it just sits there spinning and never submits. I disabled Pie Register and it instantly started working again. I understand you guys can’t assure compatibility with every plugin out there, but thought maybe you had some insight into this or what might be causing the issue.

    #10005090
    Pie Register
    Participant

    Hi Brady,

    Thanks for reporting the conflict. We will fix this conflict in the next release.

    For now, you can fix it by the following steps:
    1) Open the file “pie-register/js/pie_password_checker.js”
    2) Look for the following code: (near line 117)
    dom.removeClass(function(){
    return $( this ).attr( “class”,”” )
    }).addClass(‘piereg_pass prPasswordStrengthMeter mohsin’);

    3) Replace it with the following:
    dom.removeClass(function(){
    return piereg( this ).attr( “class”,”” )
    }).addClass(‘piereg_pass prPasswordStrengthMeter mohsin’);

    It should resolve the issue.

    Best Regards,
    Kirmani

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Installation’ is closed to new topics and replies.