Hello,
i want to add multiple fields in this form https://happykilos.de/account/register
Please let me know how can i do this?
Hello,
i want to add multiple fields in this form https://happykilos.de/account/register
Please let me know how can i do this?
@talha_sh02 you can add it from main-register.liquid file
Hey there!
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. Here is an example of some HTML that you could add inside of the liquid {% form %} tags, this particular code creates a text box asking who referred you to the site.
Alternatively, 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.