• Resolved vanhere

    (@vanhere)


    Hi all, Apologies if this is a newbie question but I’m trying to extend the functionality of Webba using CF7 & Conditional Fields modules.

    I have built a basic functioning conditional form which works as expected when I insert it to a page, however when I select the same form in a Webba Service the form renders but the logic function of the form is not working.

    What have I missed here please?

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

    (@vanhere)

    Answering my own question,

    Installed “Simple CSS & JS (Module)” & added below code

    function wbk_on_form_rendered( service ){
      wpcf7cf.initForm( jQuery('.wpcf7-form') );
    } 

    Execute on the head element.

Viewing 1 replies (of 1 total)
  • The topic ‘Conditional Fields in Webba’ is closed to new replies.