Hello everyone,
I’m working on a simple form and I need to capture the date as a note at the top of the survey. However, I’m an getting an error (in connect) when I try to set the date question as “hidden”. The default is set to today() (I also try now()) and the bind::esri:fieldType set to “esriFieldTypeDate”. I also try to use the “body::esri:visible” but didn’t work. The problem is that I’m using a calculate question to format the date (format-date(${survey_DateTime},'%b.%e, %Y')) that I want to use as the value for the note. If I hide the date question, the calculate won’t work.
What I’m doing wrong???
