Forum

Thread tagged as: Question, MailChimp

Mailchimp signup form - tick to not be added

Hi,

I am using the Mailchimp app with a form to collect signups for a mailing list using the following:

<div class="mailinglist">
    <perch:input type="checkbox" value="1" id="confirm" mailer="confirm_subscribe" />
    <perch:label for="confirm">Sign me up to the mailing list</perch:label>
</div>

Which is working great, but now the client wants people to tick to not be added to the list, so "tick box if you don't want to hear from us". How can I adjust the above to reflect this? It's probably simple but can't get my brain around it!

Mike

Mike Harrison

Mike Harrison 37 points

  • 5 years ago

P.S. I think this may be a bit of a dark pattern but they are adamant :(

Drew McLellan

Drew McLellan 2638 points
Perch Support

There's not an option for that, so you'll have to manage it in your front end code.

Cool thanks Drew