I have a table in a form. Each row has an upload field (for receipts) that I was going to make required, but I have been asked to allow for missing receipts. This means the upload field for that row would not be required, but an explanation must be provided in another field. Any suggestions how to accomplish this?
I thought about making the field required and hiding it if receipt is not available, but it would hide all related table fields in the other rows.
I thought about using a count to ensure all lines have at least one download. If not, an explanation field would pop up outside the table. I am not great with javascript and formulas won't allow me to count upload fields.
Any helps would be appreciated.