Conversational form

Newsletter signup form

One field is the correct length for a newsletter signup, and everything beyond it has to earn its place by changing what gets sent. This one asks six questions: the address, an optional name, what somebody wants to hear about, how often, how they buy, and a consent line that starts unticked and names the sender. It is conversational, because six one line questions on six screens is faster on a phone than a block of them on one.

Create a form with OneCraft6 fields, 4 required
Welcome screen of the newsletter signup form example
The welcome screen respondents see first. The image was generated for this example.

The form itself

A static copy of the finished form, exactly as it renders. Nothing here can be filled in or submitted, so read it as a reference and build your own from the button above.

Page 1 of 6

What is your email address? *

The only thing we actually need. Everything after this is optional and only changes what we send.

Enter

Every field, and what it collects

The complete field list, in the order respondents meet it.

What is your email address?Short textRequired
The only thing we actually need. Everything after this is optional and only changes what we send.
What should we call you?Short text
Optional, and we only ask because the letter opens with a greeting. If you would rather not, the greeting says "Hello" and nothing is lost.
What do you want to hear about?Multiple choice
Tick as many as you like, or none, in which case you get everything. This is the question that decides whether you unsubscribe in March.
Options: New single origins as they land · Restocks of the regulars · Brewing notes and recipes · Cupping sessions and classes at the roastery · Wholesale and cafe supply · Seconds and end of season discounts
How often would you like to hear from us?Single choiceRequired
We default to monthly because that is what we can write well. The weekly option is genuinely weekly and it is mostly restock notices.
Options: Once a month, the main letter · Weekly, including restocks · Only when something new lands · A few times a year at most
How do you usually buy from us?DropdownRequired
Options: Online, delivered · At the roastery · Through a cafe that stocks you · I have not bought anything yet · I buy for a business
One last thingMultiple choiceRequired
Marketing email needs your active permission, so this box starts empty and stays empty unless you tick it. Every letter we send carries our business name and address and a working unsubscribe link, and leaving is one click rather than a reply and a wait.
Options: Yes, send me the Fenwick Roasters letter at the frequency I picked

What makes this form work

Only one field is required, and the form says so

The email question states that everything after it is optional and only changes what gets sent. Somebody can answer one screen and skip to the end, which is exactly what a signup should allow, and it removes the calculation about how much a newsletter is going to cost them in personal detail.

The consent tick is its own screen with its own explanation

It starts empty, it names the business, it repeats the frequency the person chose, and the help text explains why the box is not pre ticked. Bundled consent buried under a submit button is precisely what the rules were written to stop, and separating it costs one screen.

The thank you screen sets up the confirmation email

It says plainly that nobody is on the list until they click the link, and why that step exists. Without it, the confirmation email looks like a stray message and gets ignored, and the address is lost anyway after the person thought they had signed up.

Questions people ask

What does a compliant consent line actually say?

It names who is sending, what they will send, and how to stop it, and the box starts empty. Under Australian rules express consent means the person knows and accepts they will get marketing from you, the burden of proving it sits with the sender, and an unsubscribe request has to be honoured within five working days. UK rules add that the consent request must be clearly distinguishable from everything else and as easy to withdraw as it was to give.

Is double opt in required?

Not by statute in Australia, the UK or the United States. It is the practical way to satisfy the rules that are statutory: proving consent later, and keeping mistyped addresses off the list. The thank you screen on this form tells people to expect the confirmation email, which is where the second step lives, since a form cannot send it itself.

Why ask about frequency instead of picking one?

Because "too many emails" is the reason people leave, and the frequency question is the cheapest way to keep somebody who would otherwise unsubscribe in March. It also sets an expectation you have to meet. Do not offer weekly unless you will write weekly.

Can this form send the emails?

No. It collects the addresses and the preferences, and something else sends. Export the responses as a spreadsheet or point the webhook add on at your mailing platform, which fires once per submission with the answers keyed by field label. There is no retry if that endpoint is down, so the export is the reliable backstop.

Build your own in about a minute

The button below opens the generator with this use case already described. Change the wording to match your own, generate, then edit anything you like.

Make my newsletter signup form

Other form examples

Want the steps in the builder? Read Embed a form on your website, then Create a conversational form with AI. For everything this generator can do, see the form maker.