Hey all,
I've encountered an issue where filenames are not working for signatures in WebForms. They work in the S123 app, but do not work properly in WebForms launched on mobile devices. Strangely, the filenames seem to work in WebForms on a Desktop.
Survey123 App (filename visible below signature)

WebForm (filename visible below signature)

Viewing the HFL in Pro

The expression I have is the following which is in the bind::esri:parameters column:
fileName=concat(${ff_attd_name_first}, "_", ${ff_attd_name_last}, "_signed_ff_training_waiver_", format-date(now(), "%Y%m%d_%H%M%S"))
Please note that I have seen this thread along with this page from Ismael.
Hopefully it's a simple fix! Thanks all.
EDIT: Extract of the XLSForm is attached here and results from testing on various browsers is found below:
| Method Used | Filename |
| Survey123 App on iPad | Testing_App_iPad_signed_ff_training_waiver_20230413_081355.jpg |
| Desktop WebForm - Edge | Testing_Desktop Edge_signed_ff_training_waiver_20230413_081134.jpg |
| Desktop WebFrom - Chrome | signature-20230413081307182.jpg |
| Desktop WebForm - Firefox | Testing_Desktop Firefox_signed_ff_training_waiver_20230413_081246.jpg |
| Mobile WebForm - Edge | signature-20230413081934364.jpg |
| Mobile WebForm - Chrome | signature-20230413081509456.jpg |
| Mobile WebForm - Firefox | Testing_Mobile Firefox_signed_ff_training_waiver_20230413_082043.jpg |
Seems that Firefox is able to respect the filename both in mobile and desktop; chrome in neither; and edge only on desktop.