New Registration

{ 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.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.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-age" as=${html``} />
<${props.Select} className=${"mf-input mf-input-select " + ( validation.errors['mf-status-of-your-child'] ? 'mf-invalid' : '' )} classNamePrefix="mf_select" name="mf-status-of-your-child" placeholder="${ parent.decodeEntities(`Grade of Education`) } " isSearchable=${false} options=${[{"label":"Preparing for Pre School","value":"value-1","isDisabled":false},{"label":"In Pre School","value":"value-2","isDisabled":false},{"label":"In Lower KG","value":"value-3","isDisabled":false},{"label":"In Senior KG","value":"Input Value","isDisabled":false},{"label":"In Primary School","value":"Input Value","isDisabled":false},{"label":"In Secondary School","value":"Input Value","isDisabled":false},{"label":"Graduate ","value":"Input Value","isDisabled":false},{"label":"Post - Graduate ","value":"Diploma ","isDisabled":false},{"label":"Diploma ","value":"Input Value","isDisabled":false},{"label":"Vocational ","value":"Input Value","isDisabled":false}]} value=${parent.getValue("mf-status-of-your-child") ? [{"label":"Preparing for Pre School","value":"value-1","isDisabled":false},{"label":"In Pre School","value":"value-2","isDisabled":false},{"label":"In Lower KG","value":"value-3","isDisabled":false},{"label":"In Senior KG","value":"Input Value","isDisabled":false},{"label":"In Primary School","value":"Input Value","isDisabled":false},{"label":"In Secondary School","value":"Input Value","isDisabled":false},{"label":"Graduate ","value":"Input Value","isDisabled":false},{"label":"Post - Graduate ","value":"Diploma ","isDisabled":false},{"label":"Diploma ","value":"Input Value","isDisabled":false},{"label":"Vocational ","value":"Input Value","isDisabled":false}].filter(item => item.value === parent.getValue("mf-status-of-your-child"))[0] : []} onChange=${(e)=> parent.handleSelect(e, "mf-status-of-your-child")} ref=${() => { register({ name: "mf-status-of-your-child" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true})); if ( parent.getValue("mf-status-of-your-child") === '' && false ) { parent.setValue( 'mf-status-of-your-child', '', true ); parent.handleChange({ target: { name: 'mf-status-of-your-child', value: '' } }); } }} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-status-of-your-child" 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-cell" 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``} />
<${props.Select} className=${"mf-input mf-input-select " + ( validation.errors['mf-select-program'] ? 'mf-invalid' : '' )} classNamePrefix="mf_select" name="mf-select-program" placeholder="${ parent.decodeEntities(`Select-programme`) } " isSearchable=${false} options=${[{"label":"Doh To Doh Music Programme","value":"Input Value","isDisabled":false}]} value=${parent.getValue("mf-select-program") ? [{"label":"Doh To Doh Music Programme","value":"Input Value","isDisabled":false}].filter(item => item.value === parent.getValue("mf-select-program"))[0] : []} onChange=${(e)=> parent.handleSelect(e, "mf-select-program")} ref=${() => { register({ name: "mf-select-program" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true})); if ( parent.getValue("mf-select-program") === '' && false ) { parent.setValue( 'mf-select-program', '', true ); parent.handleChange({ target: { name: 'mf-select-program', value: '' } }); } }} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-select-program" 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-text" as=${html``} />
<${props.Select} className=${"mf-input mf-input-select " + ( validation.errors['mf-select'] ? 'mf-invalid' : '' )} classNamePrefix="mf_select" name="mf-select" placeholder="${ parent.decodeEntities(`Select`) } " isSearchable=${false} options=${[{"label":"Yes. I agree","value":"value-1","isDisabled":false}]} value=${parent.getValue("mf-select") ? [{"label":"Yes. I agree","value":"value-1","isDisabled":false}].filter(item => item.value === parent.getValue("mf-select"))[0] : []} onChange=${(e)=> parent.handleSelect(e, "mf-select")} ref=${() => { register({ name: "mf-select" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true})); if ( parent.getValue("mf-select") === '' && false ) { parent.setValue( 'mf-select', '', true ); parent.handleChange({ target: { name: 'mf-select', value: '' } }); } }} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-select" as=${html``} />
`}
${is_dummy_markup ? message_position === 'bottom' ? props.ResponseDummyMarkup(message_successIcon, message_proClass) : '' : ''} ${is_dummy_markup ? ' ' : message_position === 'bottom' ? props.SubmitResponseMarkup`${parent}${state}${message_successIcon}${message_errorIcon}${message_proClass}` : ''} `