• Resolved costasergio

    (@costasergio)


    Hello Support,

    I’m trying to set up CF7 Multi Step Forms + Conditional Fields, but i have some issues.

    Basically, i have a small form with the following information:

    – Is the alarm for home or business? House or Company ( Dropndown menu )

    So, when i want to choose House it goes to this url: /simulator-house-step-2/

    and when i want to choose company it goes to this url: /simulator-company-step-2/

    i have the following conditions:

    show [group-house-step-2] if [menu-type-alarm] equals “Casa”
    show [group-company-step-2] if [menu-type-alarm] equals “Empresa”

    For whatever reason, i can’t redirect to the specific url. When i choose house or company I always direct to the same url.

    Something wrong with my conditions?

    I need help urgently.

    Thanks for help.

    • This topic was modified 4 years, 2 months ago by costasergio.
    • This topic was modified 4 years, 2 months ago by costasergio.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    For the best multistep experience, I recommend Conditional Fields PRO: https://conditional-fields-cf7.bdwm.be/multistep/

    To redirect your form, please check this example: https://conditional-fields-cf7.bdwm.be/conditional-redirect/

    Thread Starter costasergio

    (@costasergio)

    Hello again,

    Using Conditional Fields PRO it is possible to create like this simulator:

    https://www.multialarmes.pt/simulador

    When you choose “Home” it shows fields in the next step related to “Home” and applies the same concept for “Company”.

    Thanks for your help.

    Plugin Author Jules Colle

    (@jules-colle)

    Yes, sure. Conditions in a step can reference fields in a previous step. So you can create a group for business and one for home in step 2 for example, and depending on the value selected in step 1, show the required group.

    Thread Starter costasergio

    (@costasergio)

    Hello Jules,

    Thanks for your feedback.

    I will talk to my client, if he is interested in buying your plugin and after that I need to create this form with steps.

    If I have any questions, i will contact you again.

    Best Regards.

    Thread Starter costasergio

    (@costasergio)

    Hello Jules,

    I bought your plugin, but I can’t get this to work. Check my form code:

    [step title "Passo 1" next "Próximo"]
    <h4>O alarme é para casa ou empresa?</h4>
    [radio menu-type-alarm "Casa" "Empresa"]  
    
    [step title "Passo 2"]
    [group has-house]
        <h4>Moradia ou Apartamento?</h4>
        [radio menu-type-house "Moradia" "Apartamento"]  
    [/group]
    [group has-company]
       <h4>Tipo de empresa?</h4>
        [radio menu-type-company "Comercial" "Administrativo" "Industrial"]  
    [/group]
    show [has-house] if [menu-type-alarm] equals "Casa"
    show [has-company] if [menu-type-alarm] equals "Empresa"

    I can’t proceed to the next step. I click the next button and it doesn’t work.
    Basicaly, i want to choose house or company and show content related to this.

    Giving an error in console:
    https://ibb.co/KNbZT2s

    Thanks for you help.

    • This reply was modified 4 years, 2 months ago by costasergio.
    • This reply was modified 4 years, 2 months ago by costasergio.
    • This reply was modified 4 years, 2 months ago by costasergio.
    Plugin Author Jules Colle

    (@jules-colle)

    Could you email me the live link directly? You can find my contact info at https://bdwm.be/contact/

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘MultiStep with Condition Fields’ is closed to new replies.