Shopify themes, liquid, logos, and UX
Hi, I'm looking to add a checkbox to my Shopify account sign up page where people can choose (or not choose) to receive marketing communications. Is this possible?
I'm on Woodstock theme. URL: https://leadingsolutions.net.au/
Similar to this...
customize your theme. Swich to edit code model, find the "section/main-register.liquid"
find the code
{%- if form.errors contains 'email' -%}
<span id="RegisterForm-email-error" class="form__message">
<span class="svg-wrapper">
{{- 'icon-error.svg' | inline_asset_content -}}
</span>
{{ form.errors.translated_fields.email | capitalize }}
{{ form.errors.messages.email }}.
</span>
{%- endif -%}
add this code below
<input type="checkbox" checked>Emails me with news and offers
Ok thanks that worked, but how do you make it so it actually signs them up to emails and marks their profile as 'subscribed' ? Thanks,
Hello 👋
I know I'm late to the party but I just came across your post.
Customer Fields comes with an out-of-the-box form template called "Modern" that has a built in "accepts marketing check box." Our app also works with Shopify's native metafields and will tag customers accordingly for quick reference later or to be used with your CRM.
I hope this helps.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025