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

    (@jeromeeee)

    Apparently, the scripts are not being loaded for dynamic elements. Adding the following line of code after the elements have been created works perfectly for me. Should anyone else plan to use CF7 in dynamically created elements:

    jQuery.get(‘/wp-content/plugins/contact-form-7/includes/js/scripts.js’, function(data) { eval(data); });

Viewing 1 replies (of 1 total)
  • The topic ‘CF7 not AJAXified for dynamic elements’ is closed to new replies.