How to require recaptcha when using useBasin form integration?

i have my form endpoints set up successfully but can’t figure out the best way to implement google recaptcha.

i don’t want an unsuccessful recaptcha to redirect to a basin error page.

i want a pop up on the recaptcha to indicate it is required…similar to how input fields work. no redirect. just an error message on the same page after attempted submit.

is this possible?

I figured it out.

If anyone else runs into this issue you can use the solution here: javascript - How can I make reCAPTCHA a required field? - Stack Overflow

It works perfectly.

3 Likes

Nice! Closing the topic :webflow_heart: