How to add your name to Subscribe to our emails

I am using Dawn, a Shopify theme, to build my site.I would like to know how to do the following

  1. How to add a name to the “Subscribe to our emails” footer, which is there by default

  1. How to automatically add the information in 1. to the Klaviyo list?

Thanks!

Hi @Sayaka_1 ,

About adding name on email, you can check these steps :

  • Go on Online stores :

-Go to your Theme > Customize > Footer :

Then you can change the title for email footer :

To add that to Klaviyo, you can check this guide: https://help.klaviyo.com/hc/en-us/articles/115005080667-How-to-Sync-Shopify-Email-Subscribers-to-a-Klaviyo-List

I hope this helps.

@AvadaCommerce
Hi, thank you for your reply.

Actually, as for 1, I would like to display both the email and the name. Can I do that?

Thanks!

Hi @Sayaka_1

if you want to collect name, you should add input named ‘contact[first_name]’

1 Like

Hi @Kani ,

Thanks for the advice.

What you mean is add to footer.liquid?
If so, please let me know where to insert it in the footer.liquid.

Thanks!

Hi @Sayaka_1

yup footer.liquid

add it in form tag, for example right after email. but you have to edit style of this form, as it’s not design for multiple fields