If a user chooses a certain option in a list field, how do I make the next field hide or show up.
I was asked to put 2 forms into one form and some of the option do not need to show up if certain feilds have certain values.
Thanks…
If a user chooses a certain option in a list field, how do I make the next field hide or show up.
I was asked to put 2 forms into one form and some of the option do not need to show up if certain feilds have certain values.
Thanks…
Subject: hide field
Use “Hide Paragraph” one of the Text Properties in Designer. A Hide formula will Hide all items in a row. If you want to have a field appear next to another field on the same row use a Table. A Hide formula can apply to one or more ‘cells’ in a table.
Hopefully, the condition that controls whether a field appears or not is a Drop Down, radio button or checkbox - If so, be sure to check “Refresh Fields on Keyword Change” in the field’s Options properties (2nd Tab). If not, you will need to find a way to refresh the form using a hotspot or something…
Example - Field B appears only when Field A is equal to Yes.
Field A is a radio button with values “Yes” and “No” - the Option “Refresh Fields on Keyword Change” is checked.
Field B has Hide Paragraph Logic equal to
Field A != “Yes”