How can I change the 'phone field' to 'address' in my contact form?

Hi I was hoping to change the ‘phone field’ in the contact form on my website, to ‘address’ instead. Could anyone please advise how I can achieve this with code? Thanks so much, Tahlia

Hi @tahliamotteram

What theme are you using? You would need to locate your contact.liquid file and adjust the code there tentatively. Let us know!

Hi it’s just the debut theme. This is the page I am working with:

https://roundandroundthegarden.myshopify.com/admin/themes/101570740390/editor?previewPath=%2Fpages%2Fcontact-us

do you know what code I would need to use for this?

Thanks!

Find your page.contact.liquid file then right above the input type=“submit” line add the following:


Let me know if that works!

that has worked thank you so much for your help!