Get in Touch
Get in touch, let me know how I can help! Whether you need to schedule local services, find a flight,
calculate a figure, or look up information, share your goal below to get started.
parent.activateValidation({"message":"This field is required.","minLength":2,"maxLength":20,"type":"by_character_length","required":true,"expression":"null"}, el) }
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-listing-fname"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","minLength":2,"maxLength":10,"type":"by_character_length","required":true,"expression":"null"}, el) }
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-listing-lname"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","emailMessage":"Please enter a valid Email address","minLength":5,"maxLength":"","type":"by_character_length","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-email"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","minLength":2,"maxLength":10,"type":"by_character_length","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-telephone"
as=${html``}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-textarea"
as=${html``}
/>
<${props.Select}
isOptionDisabled=${option => option.mf_input_option_status === 'disabled'}
className=${"mf-input mf-input-multiselect " + ( validation.errors['mf-multi-select'] ? 'mf-invalid' : '' )}
classNamePrefix="mf_multiselect"
value=${parent.getValue("mf-multi-select") && [{"label":"hisar","value":"value-1","_id":"b4d15f6","mf_input_option_status":"disabled","mf_input_option_selected":""},{"label":"Hansi","value":"","_id":"670e56e","mf_input_option_status":"","mf_input_option_selected":""},{"label":"kotputli","value":"value-3","_id":"706cc98","mf_input_option_status":"","mf_input_option_selected":""}].filter(item => {
if(parent.state.formData['mf-multi-select'] && parent.state.formData['mf-multi-select'].indexOf(item.value) != -1 ){
return item;
}
})}
name='mf-multi-select'
placeholder="${ parent.decodeEntities(`Select city`) } "
options=${[{"label":"hisar","value":"value-1","_id":"b4d15f6","mf_input_option_status":"disabled","mf_input_option_selected":""},{"label":"Hansi","value":"","_id":"670e56e","mf_input_option_status":"","mf_input_option_selected":""},{"label":"kotputli","value":"value-3","_id":"706cc98","mf_input_option_status":"","mf_input_option_selected":""}]}
onChange=${(el) => {
setValue("mf-multi-select", '');
if(el != null){
setValue("mf-multi-select", el, true);
}
parent.multiSelectChange(el, 'mf-multi-select');
}}
ref=${() => {
register({ name: "mf-multi-select" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true}));
if(parent.state?.submitted !== true){
if ( parent.getValue("mf-multi-select") === '' && false ) {
parent.setValue( 'mf-multi-select', '[]');
parent.multiSelectChange('[]', 'mf-multi-select');
}
}
}}
isMulti
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-multi-select"
as=${html``}
/>