Forms

Email sign up

One field and a solid button that share an edge, with the legal line under it in Garamond. Confirms in place.

components/coach/email-signup.tsx

Examples

You are signing up to receive Coach emails. You can withdraw your consent at any time.

Read our Privacy Policy or Contact Us for more details.

With the disclaimer, as in the footer

Usage

components/coach/email-signup.tsx
import { EmailSignup } from "@/components/coach/email-signup";

<EmailSignup
  disclaimer={<p>You are signing up to receive Coach emails. You can withdraw your consent at any time.</p>}
/>

Props

PropTypeDefaultDescription
disclaimerReactNodeThe legal copy under the field, set in Garamond.
classNamestringMerged last, so it can override layout. Keep brand styling in the component.

Guidance

Do

  • Submit it to see the confirmation state. The prototype sends nothing.

Don't

  • Split the field and button apart; they share one edge.

Where it's used