Hide empty photo titles in report template

366
1
03-23-2021 05:55 AM
BenAllamong1
New Contributor II

Hello, is there a way to hide the empty photo titles from the report template if all the photo fields from the survey are not used? I have 10 photo fields (titled 1-10) and if only 2 are uploaded, there are still labels for 3-10 that take up a whole new page. Thank you!

0 Kudos
1 Reply
KelliW
by
New Contributor II

My survey does something similar. I require one photo submission and have option for a max of 5 photos and each photo has the title of Photo # You just need to use if statements. This is what I did: 

${if Photo2} Photo 2 ${Photo2} ${/}

and repeat for each photo changing the photo reference ${___} each time and always end with ${/} 

 

0 Kudos