• Hello,

    I was not able to subscribe anymore after contents load from ajax.

    In /mailin/js/mailin-front.js, Replace :
    jQuery(‘form’).on(‘submit’, function(e){
    By :
    jQuery(‘body’).on(‘submit’, ‘form’, function(e){

    Is it possible to have this fix directly in the plugin in the future ?

  • The topic ‘Subscribe form not working after ajax loaded content’ is closed to new replies.