{
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)
}}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-first-name"
as=${html``}
/>
${ parent.decodeEntities(`Enter your first name here`) }
{
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)
}}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-last-name"
as=${html``}
/>
${ parent.decodeEntities(`Enter your last name here`) }
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-tel"
as=${html``}
/>
${ parent.decodeEntities(`Example: +1 212-695-1962`) }
parent.activateValidation({"message":"This field is required.","emailMessage":"Please enter a valid Email address","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-email"
as=${html``}
/>
${ parent.decodeEntities(`Example: user@website.com`) }
<${props.Flatpickr}
name="mf-checkin-date"
className="mf-input mf-date-input mf-left-parent mf-conditional-input"
placeholder="${ parent.decodeEntities(`DD - MM - YYYY`) } "
options=${{"minDate":"yes","maxDate":"","dateFormat":"d-m-Y","enableTime":"","disable":[],"mode":"single","static":true,"disableMobile":true,"time_24hr":false}}
value=${parent.getValue('mf-checkin-date')}
onInput=${parent.handleDateTime}
aria-invalid=${validation.errors['mf-checkin-date'] ? 'true' : 'false'}
ref=${el => props.DateWidget(
el,
'',
{"message":"This field is required.","required":true},
register,
parent
)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-checkin-date"
as=${html``}
/>
<${props.Flatpickr}
name="mf-checkout-date"
className="mf-input mf-date-input mf-left-parent mf-conditional-input"
placeholder="${ parent.decodeEntities(`DD - MM - YYYY`) } "
options=${{"minDate":"","maxDate":"","dateFormat":"d-m-Y","enableTime":"","disable":[],"mode":"single","static":true,"disableMobile":true,"time_24hr":false}}
value=${parent.getValue('mf-checkout-date')}
onInput=${parent.handleDateTime}
aria-invalid=${validation.errors['mf-checkout-date'] ? 'true' : 'false'}
ref=${el => props.DateWidget(
el,
'',
{"message":"This field is required.","required":true},
register,
parent
)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-checkout-date"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-adults"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-childs"
as=${html``}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-comment"
as=${html``}
/>