I am trying to make an attachment required if a condition is met. When I set a condition and a minimum file count it still requires the attachment even when the attachment item is hidden (condition not met).
Is there a way to require attachments based on a condition?
Solved! Go to Solution.
I just wanted to clarify the issue and resolution for everyone on this thread. The issue ultimately stems from a logic problem when building the form. When a user sets a required attachment question to be hidden (either manually or via an arcade script), then it becomes impossible to submit the form if the minimum file count is set to anything greater than 0. This issue stems from the following two sources.
This presents a paradoxical situation where if an attachment question with a minimum file count of 1 or greater is hidden, a user can't submit their form. The following are potential resolutions:
Thanks Garrett, finally someone believed me!