Classic Contact Form
A straightforward contact form with name, email, and message fields plus a submit button. Drop it on a portfolio page so visitors can send a quick note.
A straightforward contact form with name, email, and message fields plus a submit button. Drop it on a portfolio page so visitors can send a quick note.
Search blocks by description or jump to a page.
Classic Contact Form centers a narrow card on the page under a bold "Get in touch" heading and a one-line invitation to write. Inside the card, four labeled fields stack vertically: Name, Email, Subject, and a five-row Message textarea. A full-width "Send Message" button closes the form, followed by a small note about response time.
All four fields are independent. You can relabel them, swap the placeholder text, or remove the Subject field entirely without affecting the layout. The heading and subtext above the card are plain copy, so you can rewrite both to match the voice of the portfolio they sit on.
This layout works well whenever the contact section needs to feel formal and low-friction, which suits healthcare or scheduling contexts where a visitor may want to describe their situation in a few sentences before committing to a call. Because the form is contained in a single card with no competing columns or sidebars, it keeps attention on the message itself. The Split Layout sibling is a better fit when you want to pair the form with an introductory column; reach for this block when you want the form to stand on its own.
A natural flow around it on a Portfolio page:
Before
After
The form's four fields cover the most common intake questions, and each one can be adjusted to fit your context:
Tip: wire the form to a server action or an API route before going live; the markup is ready to accept a submit handler without structural changes.