Under active development — things may change.

Newsletter 1

A newsletter signup block for Payload CMS with email input and subscribe button. Supports eyebrow, title, customizable button text, and a disclaimer — free to copy and paste.

Preview

Fields Reference

FieldTypeRequiredLocalizedDescription
eyebrowtextNoYesSmall label above the title
titletextYesYesThe main heading
descriptiontextareaNoYesSupporting text
inputPlaceholdertextNoYesPlaceholder for the email input
buttonLabeltextNoYesButton text (default: "Subscribe")
disclaimertextNoYesSmall text below the form

Form Handling

This block provides the UI only — it does not include backend form handling. You will need to wire up your own submission logic (for example, an API route that forwards the email to your newsletter provider like Mailchimp, ConvertKit, or Resend). Connect your handler to the form's onSubmit event in the component.

Code