+
+
+
+
+ {% if 'last_name' in r %}
+
+
+
+
+ {% endif %}
+
+ {% if 'company' in r %}
+
+
+
+
+ {% endif %}
+
+ {% if 'birthday' in r %}
+
+
+
+
+ {% endif %}
+
+ {% if 'gender' in r %}
+
+
+
+
+ {% endif %}
- {% set custom_fields = guest.client_custom_fields %}
- {% for field_name, field in custom_fields %}
- {% if field.active %}
-
- {% endif %}
- {% endfor %}
-
-
-
-
- {{ mf.recaptcha }}
+ {% set custom_fields = guest.client_custom_fields %}
+ {% for field_name, field in custom_fields %}
+ {% if field.active %}
+
+
+
+
+ {% endif %}
+ {% endfor %}
- {% if 'address_1' in r %}
-
- {% endif %}
-
- {% if 'address_2' in r %}
-
- {% endif %}
-
- {% if 'city' in r %}
-
- {% endif %}
-
- {% if 'country' in r %}
-
- {% endif %}
-
- {% if 'state' in r %}
-
- {% endif %}
-
- {% if 'postcode' in r %}
-
- {% endif %}
-
- {% if 'phone' in r %}
-
- {% endif %}
-
-
-
-
+
+
-
-
-