Hello, we have a customer login page that asks for an Email and Password when signing in/creating an account. I would like to add another section (that is optional to fill in) where the customer can fill in “how they found us”
Can someone help with the coding needed to add this in the HTML or if there is another way to add it.
@Megan1231 Yeah you can create one field over there in customer login page.
Hello, I am not seeing an option of another field? Where would I find this?
You can accomplish this a couple of different ways. By adding some HTML code into your theme’s main-register.liquid file, or by using an app such as Helium Customer Fields,
Adding HTML will create a new field, and can store a custom value as a note on the customer. This will probably also require adding some CSS code to style the field to match the rest of your site and look good.
The Customer Fields app allows you to create custom registration forms without any code using our drag and drop form builder. These values are also stored as metafields on the customer’s account which is a little more useful than a note in most cases.
Feel free to check it out, or let me know if you have other questions.