Form Components Test
This page tests form-related components.
Testing
Contact Form
The contact form should appear below with:
- Name field (required)
- Email field (required)
- Message field (required)
- Invisible Turnstile captcha (no visible widget)
- Submit button
Form Verification Checklist
- Form renders with all fields
- Labels are visible and associated with inputs
- Required fields have proper validation
- Submit button is visible
- Turnstile container is attached (invisible mode)
- Form is accessible (aria-label present)
- Mobile responsive layout works

