Survey Check if Form Field Visible (Enabled)

271
2
06-30-2020 09:40 AM
RamseyHawasly
New Contributor

Hello, Using Connect- Is it possible to check if a field on the survey form is visible (enabled)? I'd like to perform some logic based upon whether or not a field is visible to the user (the field may or may not contain any values).  Thank you!

0 Kudos
2 Replies
IsmaelChivite
Esri Notable Contributor

Hi Ramsey Hawasly‌. What if you use the same expression you already have in the relevant statement? For example:

typenamelabelrelevantcalculation
select_one yes_noyesnoYes or no?
textwhynotWhy not?selected(${yesno},'no')
hiddenisnotIs notselected(${yesno},'no')
0 Kudos
RamseyHawasly
New Contributor

Thank you! What if I have a text field? Is it possible to determine if the text field is visible?

0 Kudos