Hi,
On the form that I am building I need to calculate a score, based on how much completed is the form submission.
For example, if (DropDown filed) has a certain value selected it gets a certain number of points, those add up at the end to a total score for the form submission.
I am using conditional logic, and have hidden (number) fields that have that scores, calculation total etc. But I have an issue with a score/points for the File upload field.
I need to be able to set: 2 points if a certain file upload field has a file attached, or zero points “0” if it is empty.
Conditional Logic is not available for the file upload field, is there any way around it?
I found similar topic: File upload notifications / conditional logic - could not get it working but the solution with the checkbox is not ideal. Is there any better way to get that sorted in 2025.
Thank you in advance for your help.