How do I hide a question ( maybe the next one ) if a certain choice is chosen here? Like if small is chose, a certain question will pop up? Thanks!
@Prompt([OkCancelList];“Size”;“What size is it?”;
"small";
"medium":
"large":
"xlarge")
Subject: Hide Question base on previous answer
Depends on if this is web or client. You don’t need a prompt box. If anything, have a hide when formula on the field that is to be hidden. And for the ‘choice’ field, change the settings to refresh document on field change. Which would then enable that field because it will now ‘fail’ the validation rule for hiding. This should also work on the web, but you will get a screen flicker.