Hi everyone.
I have a survey that requires collection of up to 3 images. Attached is an image of how I currently handle it which is sufficient but a little clunky. (Please note I am deliberately avoiding repeats to make the export of photos simpler athe back end of AGOL).
Currently, users start seeing only Attach1 as its default is "No". If they select "Yes" for Attach1 then Image 1 appears, as does Attach2. What I want though is for Attach2 to appear AFTER Image 1 is captured. The problem is replicated with the Attach2 response where Attach3 and Image 2 appear simultaneously.
So my question is what can I put in the highlighted Relevant cells to enact those lines only after the previous photo is collected? Or is there another way around this?
Cheers
terry
Solved! Go to Solution.
What about something like this?
Also attaching XLSFile.
You can use string-length to validate if a photo has been taken. If so, you ask if more photos are needed etc and set relevant statement to hide or show the next image question... then the same pattern can be repeated.
What about something like this?
Also attaching XLSFile.
You can use string-length to validate if a photo has been taken. If so, you ask if more photos are needed etc and set relevant statement to hide or show the next image question... then the same pattern can be repeated.
Thanks so much Ismael. That worked perfectly.