Automatically clear conditional fields

Hi,

I’m currently creating a questionnaire. The options for Field A are 1, 2, 3, and 4. When 1 or 2 is selected, Field B appears, but when 3 or 4 is selected, Field B does not. However, if I initially select 1 for Field A and fill in Field B, then later change Field A to 3, the content in Field B still remains. This causes an extra step during data analysis to filter out the values. Is there a way to set it so that when 3 or 4 is selected, Field B is automatically cleared?

Thanks!

Do you have this form setting turned off?
image

You can also use custom logic to conditionally delete/clear out the field contents.

1 Like

Yes the setting here could help if you have your data analysis after form completion.

Conditionally hidden fields still carry their values in between steps though so you will be better off using logic to clear them if you have some data processing before form completion.

1 Like