• Resolved nodnarb1129

    (@nodnarb1129)


    I have a “funnel” that I want to create. The first question is “Do you own your home?” I have 2 answers with that: Yes and No. Once they select Yes, I want it to take them to another set of questions. But, if they select No, I want it to take them to a different set of questions. Is this possible? I am working with this at top-aesolutions.com/test

    https://ww.wp.xz.cn/plugins/calculated-fields-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi @nodnarb1129,

    Yes, that’s possible and really simple. I will use containers in the explanation for grouping the questions, but you can implement the your form without using the containers fields.

    1. Insert a Radio Button field with the label: “Do you own your home?”, and two choices: Yes, and No

    2. Insert a container field (DIV or FieldSet ), and insert into it all questions related with the “Yes” choice in the first field.

    3. Insert another container field (DIV or FieldSet ), and insert into it all questions related with the “No” choice in the first field.

    4. Finally, select the field: “Do you own your home?”, click the “Show Dependencies” link in the choices section, and select the container fields inserted in the steps 2 and 3, as dependent fields of the choices: “Yes” and “No” respectively.

    Best regards.

    Thread Starter nodnarb1129

    (@nodnarb1129)

    That did it! Thanks for the quick reply!

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

The topic ‘Decision Tree’ is closed to new replies.