Forum Discussion
SarahLentz
Qrew Member
Correct
------------------------------
Sarah Lentz
------------------------------
------------------------------
Sarah Lentz
------------------------------
MichaelTamoush
4 years agoQrew Captain
You will need to add the 'hide' conditions to the dynamic form rule that includes the change action. For example, I assume right now you have 2 rules
Rule 1: If [Hide On Field]="No", hide Field A and Field B
Rule 2: If [All Other Criteria] = true, Change Field A to this [Value]
In the above scenario, rule 2 is going to fire whether or not the field is hidden. So, add to rule 2.
Rule 2: If [All Other Criteria] = true AND [Hide On Field] <>No, then Change Field A to this [Value]
------------------------------
Michael Tamoush
------------------------------
Rule 1: If [Hide On Field]="No", hide Field A and Field B
Rule 2: If [All Other Criteria] = true, Change Field A to this [Value]
In the above scenario, rule 2 is going to fire whether or not the field is hidden. So, add to rule 2.
Rule 2: If [All Other Criteria] = true AND [Hide On Field] <>No, then Change Field A to this [Value]
------------------------------
Michael Tamoush
------------------------------