Newsletter - How do I ask for first name and county?

Newsletter - How do I ask for first name and county?

quiztrail
Explorer
59 0 17

Hi,

 

I have a 'Join our newsletter' section on our homepage. I want to have an extra box to collect their 'First Name' along with a drop down/tick box with 'Which of our newsletters would you like to receive?' which would add a TAG to each customer.

 

How can I do this?

www.quiztrail.co.uk

 

Screenshot.jpg

Replies 4 (4)

devtalk
Shopify Partner
185 22 49

@quiztrail 

This is custom development work,
you need to hire a developer for this custom work,
Let me, know if you need any more help.
Thank you.

Livia_c
Shopify Partner
7 0 1

Hey,

I see that you managed to add the name to the form. How did you do it?

quiztrail
Explorer
59 0 17

Hi there, I follow this tutorial here - https://ezfycode.com/blog/add-name-field-to-debut-theme-newsletter

 

I was unable to add the County though - only first name. Hope this helps you. 

Luffird09
New Member
7 0 0

To achieve this, you can modify your homepage's newsletter sign-up form by adding an extra input field for 'First Name' and implementing a drop-down or checkbox option for selecting preferred newsletters. Start by updating your form's HTML to include a new field for 'First Name' and a drop-down menu or checkboxes for newsletter preferences. Then, adjust your form handling code to process these new inputs and assign tags based on the selected newsletters. If you're using a platform like Mailchimp or a similar service, you can use their form builder to add these fields and set up automation to apply tags accordingly. Ensure that your back-end script or email service provider integrates these changes so that each submission is correctly tagged and recorded.