Newsletter system test page
This page tests the new unified newsletter component with spam protection. It includes:
- Server-side validation via Netlify Function
- Google reCAPTCHA v3 (invisible)
- Double opt-in via Mailchimp
- Progressive enhancement (works without JavaScript)
Default variant
Full width variant
Testing instructions
- Try submitting with a valid email - you should receive a confirmation email
- Try submitting the same email again - should show "already subscribed" message
- Disable JavaScript and try submitting - form should still work
- Check browser console for reCAPTCHA loading (production only)
- Check Netlify Functions logs for submissions
⚠️ Important:
Delete this test page before going to production!