Hello Bret,
I tried an other code
{%- assign companyname_label = ‘customer.register.companyname’ | t -%}
{%- render ‘input’, name: ‘customer[note][Société]’, label: companyname_label, autocomplete: ‘’, required: false -%}
{%- assign companyid_label = ‘customer.register.companyid’ | t -%}
{%- render ‘input’, name: ‘customer[note][SIRET]’, label: companyid_label, autocomplete: ‘’, required: false -%}
It works well but I have this error message on the register form. I need to see company ID and company name.
Could you help ?
