Contact form smoke test
Go to https://example.com/contact, fill out the form with test data, submit it, and tell me whether the page shows a success message or any visible validation errors. Include any console errors you see.
Field-level verification
Open https://example.com/contact, fill in the name, email, and message fields with test data, take note of what the form looks like before submit, then submit it and tell me what changed in the UI and console.
Lead form flow check
Open https://example.com/demo, fill out the lead form with test data, click the request-demo button, and tell me whether the form submits successfully or whether any visible errors appear.
Validation-focused check
Open https://example.com/contact, try submitting the form with one required field left blank, and tell me which validation message appears and whether there are any console errors.
JavaScript-error debugging
Open https://example.com/contact, fill and submit the form with test data, then report any console errors, failed interactions, or broken post-submit UI states you find.