Hello,
I've got a simple form that has 3 file upload fields, none of which are mandatory (i.e. the forms should be able to be submitted even if the user doesn't add any files). Also the form is configured to display a message upon submission and send an email with the attachments.
Unfortunately the form only gets properly submitted if there is at least one of the 3 file upload fields filled up. I'm not sure what I'm doing wrong. See the attached files for what I thought might be some useful starting point.
Any idea?
Thanks
I've got a simple form that has 3 file upload fields, none of which are mandatory (i.e. the forms should be able to be submitted even if the user doesn't add any files). Also the form is configured to display a message upon submission and send an email with the attachments.
Unfortunately the form only gets properly submitted if there is at least one of the 3 file upload fields filled up. I'm not sure what I'm doing wrong. See the attached files for what I thought might be some useful starting point.
Any idea?
Thanks
Hello shikamu,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I add a file upload to my form?
How to use file uploads in my edit form ?
How can I edit uploaded files in a form?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I add a file upload to my form?
How to use file uploads in my edit form ?
How can I edit uploaded files in a form?
P.S: I'm just an automated service😉
Hi shikamu,
You have the Email and Thanks Message actions in the On Success box of the Upload Files action so they only run if a file upload is successful i.e. there is at least one file to upload.
Leave the On Success boxes empty and put the following actions after the Upload files action instead.
Bob
PS I'd do the same with the Check Captcha action to to avoid unnecessary nesting:
You have the Email and Thanks Message actions in the On Success box of the Upload Files action so they only run if a file upload is successful i.e. there is at least one file to upload.
Leave the On Success boxes empty and put the following actions after the Upload files action instead.
Bob
PS I'd do the same with the Check Captcha action to to avoid unnecessary nesting:
Check Captcha
On success - empty
On Fail - Event Loop
Upload Files
On success - empty
On Fail - Display Message
Email
Display Message
Debugger
This topic is locked and no more replies can be posted.