How we do frame question –If data enter into textbox in question one then next question appears

Please help me .

How we do frame question --If data enter into textbox in question one then next question appear

type name label choice_filter required relevant constraint
select_one state state State
select_one district district District district=${state}
text Cb16 16. Any other
begin group C4_other C4_other ${Cb16} = )
select_one Cb C3_4_ot C3_4_ot. Other
end group C4_other

.

Hi,
How we do frame question –If data enter into textbox in question one then next question appears .

type name label choice_filter required relevant constraint
select_one state state State
select_one district district District district=${state}
text Cb16 16. Any other
begin group C4_other C4_other ${Cb16} = )
select_one Cb C3_4_ot C3_4_ot. Other
end group C4_other

What is the text that you would like to use to show the group questions?

any text --max length 10 character

Basically we this type of question…

type name label choice_filter required relevant constraint
select_one state state State
select_one district district District district=${state}
begin group page6 Social Protection-4b
note note_4b 4b. During the last 3 months
select_one Cb Cb1 1. work under MGNREGA
select_one Cb Cb2 2. PDS
select_one Cb Cb3 3. PM GaribKalyan Anna Yojana (Free ration)
select_one Cb Cb4 4. MDM/ICDS
select_one Cb Cb5 5. Ujawalascheme(free gas cylinder)
select_one Cb Cb6 6. Ayushman Bharat Health Insurance
select_one Cb Cb7 7. Old age Pension
select_one Cb Cb8 8. Widow Pension
select_one Cb Cb9 9. Disability pension
select_one Cb Cb10 10. PM KisanSaman Nidhi
select_one Cb Cb11 11. Monetary assistance during COVID pandemic
select_one Cb Cb12 12. Kisan Credit Card
select_one Cb Cb13 13. Scholarship to children
select_one Cb Cb14 14. Girls’ marriage assistance
select_one Cb Cb15 15. Financial assistance for cremation
text Cb16 16. Any other
begin group C4_other C4_other ${Cb16} = )
select_one Cb C3_4_ot C3_4_ot. Other
end group C4_other
end group page6

please help me sir

Maybe you will need to put an expression like ${Cb16} = 'Other' under the relevant column instead of using the expression under the constraint column if you wish to make some questions/group visible when Other is entered under Cb16. Maybe this support article Adding Skip Logic should provide you more insights on how to use a skip logic in KoBoToolbox.