When I enter a wrong verification code, always it send email. :(

Prevent CF from sending emails after failed captcha verification.

Overview

The issue occurs when the email action is placed before the captcha check or when the event loop is not configured to stop on failure.
Ensure the captcha check action comes before any email actions and set the 'Quit next actions' option to 'Yes' in the On Fail event loop.

Answered
si sierra 28 Aug, 2017
Hi,

I use ChrnoformsV4

When entered a "wrong security questions answer" or "entered a wrong verification code" (I have tried both methods)

Always send email, No matter if it gives error.

When the code is correct, send an email as well.....ok

Thanks a lot
Gr GreyHead 28 Aug, 2017
Answer
Hi Sierra,

This can happen if:

+ there is no Event Loop action in the pink On Fail box of the Check Captcha action, or

+ the email action is before the Check Captcha action.

Bob
si sierra 28 Aug, 2017
1 Likes
Thanks Bob,

The problem was that the email action is before the Check Captcha action, and
"Quit next actions" (event loop) I had it "no" instead "yes"

Now is ok

🙂
This topic is locked and no more replies can be posted.