i have a form (in a modal) where there are also two file fields, which saves the names in the database.
If the files are inserted everything works correctly, but since they are not mandatory the user should be able to continue and insert a null value for those two fields.
I tried to read similar posts but I was unable to find a solution.
Anyone have any idea how to do it?
You can just put the upload steps in a conditional step and only run them if there are files selected.
1 Like
Thank you Teo. It works
1 Like
@Teodor could you please elaborate on this? I cannot get the condition right and it keeps passing over the file upload even when there is an image in the uploader.