Adding first name to the Subscribe option in the footer - DAWN Theme

Solved

Adding first name to the Subscribe option in the footer - DAWN Theme

FOP
Explorer
114 0 17

Hi there!
I have successfully added the first name to our newsletter sign up although, it does not populate onto the footer one. 

Does anyone know how to add the first name to the one on the footer?  Screen Shot 2022-09-19 at 21.46.41.png

Accepted Solution (1)
LitExtension
Shopify Partner
4958 1009 1190

This is an accepted solution.

Hi @FOP,

Please go to footer.liquid file, find 'ContactFooter' and add code here:

Screenshot.png

Code:

<div class="field" style="margin-bottom: 1.5rem;">
                  <input
                    id="NewsletterForm-name--{{ section.id }}"
                    type="text"
                    name="contact[first name]"
                    class="field__input"
                    value=""
                    placeholder="First name"
                  >
                  <label class="field__label" for="NewsletterForm-name--{{ section.id }}">
                    First name
                  </label>
                </div>

Hope it helps!

 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com

View solution in original post

Replies 5 (5)

SmallTask
Shopify Partner
973 41 55

HI @FOP,

 

Kindly share your store URL, so that we can check and provide you with the solution.

banned

FOP
Explorer
114 0 17

@LitExtension as per your request.  Thank you!

LitExtension
Shopify Partner
4958 1009 1190

This is an accepted solution.

Hi @FOP,

Please go to footer.liquid file, find 'ContactFooter' and add code here:

Screenshot.png

Code:

<div class="field" style="margin-bottom: 1.5rem;">
                  <input
                    id="NewsletterForm-name--{{ section.id }}"
                    type="text"
                    name="contact[first name]"
                    class="field__input"
                    value=""
                    placeholder="First name"
                  >
                  <label class="field__label" for="NewsletterForm-name--{{ section.id }}">
                    First name
                  </label>
                </div>

Hope it helps!

 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
FOP
Explorer
114 0 17

Love your work!

Shibs32
Visitor
2 0 0

Hi I tried this, i have added the field but unable to see the customers name in the customer details?