#What's the most effective protection against web form spam?

5 messages · Page 1 of 1 (latest)

agile ridge
#

I'm creating a website using Next.js 14 and it will have a public facing contact form. I plan to implement the web form using server actions. I've built contact forms like this in the past with multiple frameworks and usually I use reCAPTCHA v3 followed by an API to send the email if it's a "valid" submission.

I wanted to check-in with the community to see what you've found to be the most effective approach now a days to guard against spam bots. Thanks in advance for your suggestions!

proper wingBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

tacit niche
#

Recaptcha should work very well, nothing wrong with that

agile ridge
#

Would you happen to have any links to examples or tutorials of how to implement reCAPTCHA with Next.js 14 using server actions?

tacit niche
#

no i dont... that being said, just follow the recaptcha documentation and you will be good