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 !!!
