RecaptchaV2 Threshold in Formit

I’m trying to change the threshold for Google Recaptcha V3 using the snippet by Sepia River.

I found the following Github thread…

…but I can’t figure out how to implement that in the following Formit call…

    &hooks=`recaptchav3,spam,FormItSaveForm,email,redirect`
    &emailTpl=`flex_email_chunk`
    &emailFrom=`[[$mainemail]]`
    &emailTo=`[[$mainemail]]`
    &redirectTo=`2`
    &emailUseFieldForSubject=`1`
    &validate=`nospam:blank,name:required,
    email:email:required,telephone:required,consent:required,
    text:required:stripTags`]]

I guess you just have to add the property &recaptchav3.threshold as shown in the examples:

Ah thank you - I didn’t see that

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.