Add dropdown menu in customer register form

Hello guys !

I’m trying to add a dropdown menu in my customer register form. I’m working on IMPACT theme.

I have already add the field but I can’t add the option. It do not fit with my theme and do not work ! I don’t know how to proceed…

{%- assign categorie_label = 'customer.register.categorie' | t -%}
{%- render 'select', name: 'customer[note][Categorie professionnelle]', label: categorie_label, autocomplete: '', required: true -%}

This is the code where I want to add many options…

Thank you !!!

Not sure how the Impact theme files are built.

Can’t you just add the liquid dropdown like


But I don’t think it’s possible to make it required though.

For that you would need an app. Also not sure you want to store all that in customer notes while you can you use customer metafields instead. But again, to store in metafields you would need an app.