• Hi,

    I’m trying to get a muti page form working using ‘Contact Form 7’, ‘Contact Form 7 Conditional Fields’ and ‘Contact Form 7 Multi-Step Forms’ on a site using ‘Smoothstate.js’ (https://github.com/miguel-perez/smoothState.js) for page transitions.

    The issue I’m having is triggering the ‘Multi-Step Forms’ js etc. on page load, I’m currently using the following code to load CF7 and Conditional fields, is there something similar to load Multi-step?


    function initContactForm() {
    $( “div.wpcf7 > form” ).each( function() {
    var $form = $( this );
    wpcf7.initForm( $form );
    wpcf7cf.initForm($form);

    });
    }

    any help much appreciated

The topic ‘Intergrating with Smoothstate.js’ is closed to new replies.