A user seeks to add a first name field to their Shopify store’s “coming soon” newsletter signup page to collect customer names for future marketing purposes.
Solution Provided:
Another user suggests inserting HTML markup code for a first name input field directly before the existing email input field in the template file (either password.liquid or main-password.liquid in the sections folder).
Implementation Details:
The code should be placed specifically before the line: <input type="hidden" name="contact[tags]" value="newsletter">
The user confirmed the solution worked successfully.
Status: Resolved - the customization was successfully implemented.
Summarized with AI on November 6.
AI used: claude-sonnet-4-5-20250929.
I need some help with my ‘‘coming soon’’ button/page where customers can sign up to our newsletter. I would like to add a first name field so that I can connect a first name to my customers who sign up before our launch for future marketing purposes.