Hi, I want to add a civility title field and birthday field to the customer registration form. Can someone help me please ?
Store url :https://prettypleaseatelier.com
password: Naomi
Hi, I want to add a civility title field and birthday field to the customer registration form. Can someone help me please ?
Store url :https://prettypleaseatelier.com
password: Naomi
Hi @NaomiNN
Request you refer to the below URL for implementation details.
https://shopify.dev/themes/customer-engagement/additional-customer-information
Make sure the form structure should be same as above.
I added that code but it’s still note looking like the other field <div class=“field”
Date de naissance
<input
type=“date”
id=“Birthday”
name=“customer[note][Birthday]”
{% if form.Birthday %}
value=“{{ form.Birthday}}”
{% endif %}
autocomplete=“Birthday”
placeholder=“{{ ‘customer.register.Birthday’ | t }}”>
Not able to see your changes can u share your theme preview url
Than you it worked but the title is still not align like the other field
Hey @NaomiNN ,
If you are still having trouble getting this set up, you could also try using an app such as Helium Customer Fields, which allows you to build fully custom registration forms to collect information such as birthday, gender, email marketing consent, or anything else!