Does anyone know if there is any way to make a TEXT only field dynamic based on certain input? I've looked for a way to make it visible conditional upon certain answers but that isn't allowed (as far as I can tell).
What I'm looking for is this (silly example to illustrate):
Question: What color is the sky?
Mult Choice 1: Blue Mult Choice 2: Red Mult Choice 3: Green
Text Field 1: Correct <- visible only when Mult Choice 1 selected Text Field 2: Incorrect <- visible only when Mult Choice 2 selected Text Field 3: Not Correct <- visible only when Mult Choice 3 selected
You can make an HTML section (I assume that when you say a Text field, you mean an HTML section as opposed to a question with a text field input) conditional by placing the HTML section within a Folder section. The Folder section does not affect the layout of the form, but acts as a wrapper around the HTML section. You can then make the Folder section conditional, and it will only show when the relevant option is selected. To make a Folder section, click the "New Section" button, then select the "Folder" type. Open the advanced panel and set the conditional requirements. Then, drag the existing HTML section into the Folder section. You will need to create a Folder section to contain each different HTML section.