Customising Shopify account sign up page for email permisson

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…

1 Like

customize your theme. Swich to edit code model, find the “section/main-register.liquid”

find the code

{%- if form.errors contains 'email' -%}
      
        
          {{- 'icon-error.svg' | inline_asset_content -}}
        
        {{ form.errors.translated_fields.email | capitalize }}
        {{ form.errors.messages.email }}.
      
    {%- endif -%}

add this code below

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 :waving_hand:

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.