Title: Decision Tree
Last modified: September 1, 2016

---

# Decision Tree

 *  Resolved [nodnarb1129](https://wordpress.org/support/users/nodnarb1129/)
 * (@nodnarb1129)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decision-tree/)
 * 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://wordpress.org/plugins/calculated-fields-form/](https://wordpress.org/plugins/calculated-fields-form/)

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decision-tree/#post-7715638)
 * Hi [@nodnarb1129](https://wordpress.org/support/users/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](https://wordpress.org/support/users/nodnarb1129/)
 * (@nodnarb1129)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decision-tree/#post-7715645)
 * 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.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [onclick](https://wordpress.org/support/topic-tag/onclick/)

 * 2 replies
 * 2 participants
 * Last reply from: [nodnarb1129](https://wordpress.org/support/users/nodnarb1129/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/decision-tree/#post-7715645)
 * Status: resolved