Email entry question. Set a dependency for browser vs. field app?

269
1
02-29-2020 09:24 AM
ElisabethSedano
New Contributor II

I'd like to add the ability for a browser user to enter an email. I'm planning to use the text entry question type (unless there's a better way to do this?). I also have an email question in the survey using the specific email question type, for those logged into the field app. I want to set up dependencies so that a logged in, field app user sees only the email question that uses the email question format, while a browser user sees only the email question that uses the text entry format. Is there a way to do this? Or is there a better way to go about this?

Thank you!

Lisa

0 Kudos
1 Reply
JamesTedrick
Esri Esteemed Contributor

Hi Elisabeth,

Apologies for the delay in response.

Just to check , by 'email question type' you are referring to the email question type in the XLSX Form (Survey123 Connect)?  That is a metadata field populated automatically; no user input is required.

The e-mail text question can be controlled through the use of a relevant statement to show when the email type question is empty; the formula for that would be something like

string-length(${emails}) = 0

0 Kudos