{{ translate({ ident: "C4S_SECTION_PERSON" }) }} {# ox :: customer salutation #} {% block c4s_register_form_person_sal %} {% set oSalField = oView.getRegisterField("oxsal") %} {% if oSalField %}
{% if oSalField.isRequired() %}
{% endif %} {% include "form/fieldset/salutation.html.twig" with {id: "c4s-register-salutation", name: "invadr[oxuser__oxsal]", value: oxcmp_user.oxuser__oxsal.value, value2: invadr.oxuser__oxsal, class: "form-select selectpicker", required: oSalField.isRequired()} %} {% if oSalField.isRequired() %}
{% endif %}
{% endif %} {% endblock %} {# c4s :: customer title #} {% block c4s_register_form_person_title %} {% set oTitleField = oView.getRegisterField("c4stitle") %} {% if oTitleField %}
{% endif %} {% endblock %} {# ox :: last name / first name #} {% block c4s_register_form_person_fname_lname %} {% set oFnameField = oView.getRegisterField("oxfname") %} {% set oLnameField = oView.getRegisterField("oxlname") %} {% if oFnameField or oLnameField %}
{# ox :: first name #} {% if oFnameField %}
{% endif %} {# ox :: last name #} {% if oLnameField %}
{% endif %}
{% endif %} {% endblock %} {# ox :: phone #} {% block c4s_register_form_person_fon %} {% set oFonField = oView.getRegisterField("oxfon") %} {% if oFonField %}
{% endif %} {% endblock %} {% if oViewConf.getRegisterSpamProtectionType() == "HONEYPOT" %} {# ox :: fax - honeypot #} {% block c4s_register_form_person_fax %}
{% endblock %} {# ox :: birthdate - honeypot #} {% block c4s_register_form_person_birthdate %}
{% endblock %} {% endif %}