Start Your Trip Now!

{ 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.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.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.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``} />
<${props.Flatpickr} name="mf-checkin-date" className="mf-input mf-date-input mf-left-parent mf-conditional-input" placeholder="${ parent.decodeEntities(`Check-in`) } " 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(`Check-out`) } " 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``} />

Leave a Reply

Your email address will not be published. Required fields are marked *