Select option

I am designing a form that requires respondents to select Father, Mother, Caregivers. The next question will now ask for the gender of the respondent. I want to design the form in such a way that if you select Father you can only select Male or and if you select Mother then you can only select Female while a caregiver can select either male or female

1.16.2? windows 10?

if have tried the formular below but did not work
if(((${status_respond}= 'Father'), 'Male'), if((${status_respond}= 'Mother'), 'Female'), ${status_respond})))

Hi @fathy

you can use choice_filter, here is an example: choiceFilter.xls (7.5 KB)

1 Like

Many thanks my friend. It worked perfectly
Regards

2 Likes