Extension

Archived
Forum
(read-only)

Snaptcha

ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5, ExpressionEngine 6

Back to this add-on's main page
View Other Add-ons From Brian Litzinger

     

Getting error since update to EE v5.3.2 “Sorry, you have failed the security test.”

Support Request

toolstudios
toolstudios

We recently updated EE to v5.3.2 and forms we create since the update, throw the Snaptcha error. “Sorry, you have failed the security test.”

Oddly, we’re not seeing this issue on forms that previously existed.

Is there a way to disable snaptch on specific forms? Was there anything in the EE update that would be causing a conflict here?

Here is my form that is NEW and throwing the error:

{exp:freeform:form
  form_id
="7"
  
form_name="promos_signup" 
  
required="promo_email"
  
inline_errors="yes"
  
prevent_duplicate_on="promo_email" 
  
return="{current_url}/signup-success#inline-signup"
  
inline_error_return="{current_url}/signup-error#inline-signup"
 
}
 {exp
:subscriber:form form_id="4"}
  
 
... the fields ...
 
 
{/exp:freeform:form} 

On the exact same page, I have this form, which has no errors (was created before the update)

{exp:freeform:form
  form_id
="2"
  
form_name="signup" 
  
required="su_email"
  
inline_errors="yes"
  
prevent_duplicate_on="su_email"
  
return="{current_url}/thanks#footer"
  
inline_error_return="{current_url}/oops#footer"
 
}
 {exp
:subscriber:form form_id="1"}

  
... the fields ...
  
 
{/exp:freeform:form} 


Please advise?

 

toolstudios
# 1
toolstudios

Also FYI - I’ve tested via removing the form that works fine from the page to be sure it wasn’t a conflict issue, but that did not make any difference, the new form still errors.

PutYourLightsOn
# 2
PutYourLightsOn

Is there a way to disable snaptch on specific forms? Was there anything in the EE update that would be causing a conflict here?

No and not that I can tell.

Is the site public? Please add the link to the page containing the form that does not work here or send to info@putyourlightson.net and we’ll take a closer look.