https://shop.pacificwild.org - using Brooklyn theme
Can I add fields to the newsletter section? Current standard is first and last name + email at the very least, and we’d prefer to also collect city/state or region/country/zip postal so we can email subscribers content customized to their location.
If not, how can I just put in a section with a bit of text and a button to subscribe to our newsletter that goes to our signup form? https://pacificwild.org/join-us/
Hey! @Pacific_Wild ,
Yes, this is possible. Adding extra fields like city, state, or postal code to the newsletter section can be done, though it does require some custom coding. If at any point you decide to move in that direction or want to explore the idea further, it’s something that can be handled. Another option could be to simply add a section with text and a button that redirects users to your external signup form.
I couldn’t get the button to show, only the linked SUBSCRIBE text. I added
the css for the button but it’s not coming in.
Subscribe to our newsletterLearn about our campaigns, how you can
help protect the Great Bear Rainforest, and hear about special events,
sales, and our Wolf Community of Support: SaveBCWolves.org
SUBSCRIBE
added css in assets > custom.scss
.newsletterbutton {
background-color: #d9ad3d;
color: #ffffff;
}