MettaByte

Speak to Our Team

Fulfilling your expectations is our ultimate reward. Share with us what you’re looking for, and we’ll provide you with comprehensive information tailored to your needs. Curious about the cost? Request a quote, and we’ll ensure clarity and transparency in every aspect of our pricing. Because true connections are built on trust and understanding.

{ 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.","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: sam@gmail.com`) }
<${props.Select} className=${"mf-input mf-input-select " + ( validation.errors['mf-select'] ? 'mf-invalid' : '' )} classNamePrefix="mf_select" name="mf-select" placeholder="${ parent.decodeEntities(`Type of Services Required `) } " isSearchable=${false} options=${[{"label":"Web Development","value":"webDevelopement","isDisabled":false},{"label":"Graphic Design","value":"graphicDesign","isDisabled":false},{"label":"Digital Marketing","value":"digitalMarketing","isDisabled":false},{"label":"Portfolio ","value":"portfolio ","isDisabled":false},{"label":"Other","value":"other","isDisabled":false}]} value=${parent.getValue("mf-select") ? [{"label":"Web Development","value":"webDevelopement","isDisabled":false},{"label":"Graphic Design","value":"graphicDesign","isDisabled":false},{"label":"Digital Marketing","value":"digitalMarketing","isDisabled":false},{"label":"Portfolio ","value":"portfolio ","isDisabled":false},{"label":"Other","value":"other","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``} />
<${validation.ErrorMessage} errors=${validation.errors} name="mf-comment" 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}` : ''} `