Hi
i try to set up a multi step form that works like the following usecase (i use the lables so it is getting a little bit more obvious what happens):
User selects one of two radiobuttons _typeofmembership (fullmember / testmember) that both should show up the next group of 3 radiobuttons called _whoisthepartner if a user clicks one of the two options. (field condition others -> empty -> Hide _whoisthepartner)
In this next group of 3 radiobuttons _whoispartner the user can select option (me / others / me-and-others). This group should show next one of two fields based on the decicion the user makes (_notme / _meandothers.
(no condition on this group)
the field _meandothers has the conditio:n field condition self -> field: _whoispartner -> equal to -> me-and-others -> mode: show -> registration enabaled -> direction two-way.
the field _notme has the conditio:n field condition self -> field: _whoispartner -> equal to -> others -> mode: show -> registration enabaled -> direction two-way.
Now what works:
Descicion in the first radioset shows up the second field.
But any descicion in the second set of radiobuttons does not show up one of the desired fields.
If i remove the first set of the two radiobuttons so that only the 3 buttons are always visible then teh fields show up based on the descition of the user. As is didn´t changed anything within the condition related to the second group and the fields i think that this works well. but if i have all 3 elements the fields never show up.
hope you can direct me on the right path.
thanks
carsten