I set up a form with a send email action.
Now the form also includes a file entry field where users are allowed to attach a size limited foto file.
In the case the user try to attache a file exceeding the set limit, an error message appears, which is OK.
However, an email is nevertheless sent out.
I would like to prevent such emails to be sent. Is that possible and how to?
Now the form also includes a file entry field where users are allowed to attach a size limited foto file.
In the case the user try to attache a file exceeding the set limit, an error message appears, which is OK.
However, an email is nevertheless sent out.
I would like to prevent such emails to be sent. Is that possible and how to?
Hi kraadde,
Did you add an "event loader" action in the "fail" event of the "upload" action ?
Best regards,
Max
Did you add an "event loader" action in the "fail" event of the "upload" action ?
Best regards,
Max
Hi Kradde,
The minimum is to add an Event Loop action into the pink On Fail event of the File Upload action.
I would probably also clean up the event structure something like this:
Check Google NoCaptcha
+ On success: empty
+ On fail : Event Loop
Files Upload
+ On success: empty
+ On fail : Event Loop
DB Save
Email
Display Message
Debugger
Bob
The minimum is to add an Event Loop action into the pink On Fail event of the File Upload action.
I would probably also clean up the event structure something like this:
Check Google NoCaptcha
+ On success: empty
+ On fail : Event Loop
Files Upload
+ On success: empty
+ On fail : Event Loop
DB Save
Display Message
Debugger
Bob
This topic is locked and no more replies can be posted.