On a multi-page form I have created a drop down with the gender options (and values) of male and female. Depending on the form users choice I would like that choice to generated additional values I can use on the next page of my form. In this case if they chose male I would like to have the additional values of he/him/his and if they chose male the additional values of she/her/hers.
On the next page of the form I am asking a questions and in the label or custom html I would like to be able to do something like:
Does {data:she}{data:he} like the color blue? and based on their gender choice from the dropdown (female for example) show"
Does she like the color blue?
and then
Is that {data:her}{data:his} favorite color?
resulting in:
Is that her favorite color?
Any advice on how to do that in Choronforms7
On the next page of the form I am asking a questions and in the label or custom html I would like to be able to do something like:
Does {data:she}{data:he} like the color blue? and based on their gender choice from the dropdown (female for example) show"
Does she like the color blue?
and then
Is that {data:her}{data:his} favorite color?
resulting in:
Is that her favorite color?
Any advice on how to do that in Choronforms7