{# <div class="input-container {{row.width}}">
<input autocomplete="false"
class="{{row.field_class}} input_form"
id="{{row.field_name}}"
name="{{row.field_name}}"
type="email" {% if row.field_required %}required{% endif %}>
<label class="label_input_form"
for="{{row.field_name}}">{{row.field_label}}</label>
</div> #}
<label class="input-block mb-40" data-validateable-block>
<span class="input-label">{{row.field_label}}</span>
<input class="input-field {{row.field_class}}" name="{{row.field_name}}" type="email" {% if row.field_required %}required{% endif %} data-validateable-input>
<div class="input-error">This field is required</div>
</label>