Add civility and birthday field to register form Dawn theme

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

Hello, thank you for your reply.

i tried the code but it look like this


      
      
    

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

https://upliof1rjf4bidpb-76237373789.shopifypreview.com

https://prettypleaseatelier.com/account/register

Hi @NaomiNN

Replace your code with the below one.


     

Hope this will work…

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!

1 Like