How to add first name field to newsletter signup Dawn theme?

I have a newsletter sign-up in the footer of all my pages and on one sign-up page that I link to. It currently just asks for email address, but I want to add a field for first name as well. I believe I’ll need to edit the page.newsletter-template.json file, yes? I am including a screenshot of that below. I’m hoping someone could tell me exactly what to type and where in order to add a mandatory first name field to it. THANK YOU!!!

Hello @SunnyDaze ,

To add first name inout in footer newsletter you need to edit sections → footer.liquid

search for this code

once find it just before to it use this code


                
                    
                  

Regards
Guleria

Paste this code into the form inside your newsletter.liquid file, replacing the existing form or adjusting as needed


Please let us know if you need any further assistance.

Thank you! This worked perfectly to add the first name field in the footer.

Thank you! This worked perfectly to add the first name field on the newsletter sign-up page.