How do I hide a field based on state?
Step-by-step guide
Click on Modules.
Select the Module with the appropriate form field.
Select the Forms tab.
Select Field List button "Create/Update Fields".
Use the filter to find relevant field.
Select Edit on the field.
Select Properties tab.
In the ‘Display Condition’, enter "form.data.state !== 'Initial' ".
In this case, Initial can be changed to whatever state you wish to hide it in.
Select Update.
Select Save when complete.