Contact

Get in Touch for Tailored Solutions and Expert Support

Have questions or ready to get started on your next project? Connect with us to explore customized solutions that meet your specific needs. Our team is here to support you with expert guidance and a commitment to quality, from concept to final product. Let’s bring your vision to life!

Factory Address

{ 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(`Add 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-last-name" as=${html``} /> ${ parent.decodeEntities(`Add your last name here`) }
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`) }
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-telephone" 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="Website_URL" as=${html``} /> ${ parent.decodeEntities(`Enter your company website here`) }
{ parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false,"expression":"null"}, el) }} /> <${validation.ErrorMessage} errors=${validation.errors} name="company_name" as=${html``} /> ${ parent.decodeEntities(`Enter your company name here`) }
<${props.Select} isOptionDisabled=${option => option.mf_input_option_status === 'disabled'} className=${"mf-input mf-input-multiselect " + ( validation.errors['mf-customer-portrait'] ? 'mf-invalid' : '' )} classNamePrefix="mf_multiselect" value=${parent.getValue("mf-customer-portrait") && [{"label":"I am a promotional and\/or specialty graphics distributor","value":"graphics-distributor","_id":"7f824a3","mf_input_option_status":"","mf_input_option_selected":""},{"label":"I am looking for tents&signage to promote my business","value":"vendor-booth","_id":"622cb4f","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"a696cb8","label":"I am in the rental industry","value":"rental-industry","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"c5c1196","label":"I am working for a marketing agency","value":"marketing-agency","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"89fd05d","label":"I am looking for a tent for my home","value":"home","mf_input_option_status":"","mf_input_option_selected":""}].filter(item => { if(parent.state.formData['mf-customer-portrait'] && parent.state.formData['mf-customer-portrait'].indexOf(item.value) != -1 ){ return item; } })} name='mf-customer-portrait' placeholder="${ parent.decodeEntities(`Select Please`) } " options=${[{"label":"I am a promotional and\/or specialty graphics distributor","value":"graphics-distributor","_id":"7f824a3","mf_input_option_status":"","mf_input_option_selected":""},{"label":"I am looking for tents&signage to promote my business","value":"vendor-booth","_id":"622cb4f","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"a696cb8","label":"I am in the rental industry","value":"rental-industry","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"c5c1196","label":"I am working for a marketing agency","value":"marketing-agency","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"89fd05d","label":"I am looking for a tent for my home","value":"home","mf_input_option_status":"","mf_input_option_selected":""}]} onChange=${(el) => { setValue("mf-customer-portrait", ''); if(el != null){ setValue("mf-customer-portrait", el, true); } parent.multiSelectChange(el, 'mf-customer-portrait'); }} ref=${() => { register({ name: "mf-customer-portrait" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true})); if(parent.state?.submitted !== true){ if ( parent.getValue("mf-customer-portrait") === '' && false ) { parent.setValue( 'mf-customer-portrait', '[]'); parent.multiSelectChange('[]', 'mf-customer-portrait'); } } }} isMulti /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-customer-portrait" as=${html``} />
<${props.Select} isOptionDisabled=${option => option.mf_input_option_status === 'disabled'} className=${"mf-input mf-input-multiselect " + ( validation.errors['mf-where-hear'] ? 'mf-invalid' : '' )} classNamePrefix="mf_multiselect" value=${parent.getValue("mf-where-hear") && [{"label":"Online Search","value":"online-search","_id":"7f824a3","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Receive an Email","value":"email","_id":"622cb4f","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"a696cb8","label":"Social Media or Youtube","value":"social media","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"c5c1196","label":"Met at an exhibition","value":"exhibition","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"89fd05d","label":"Other","value":"other","mf_input_option_status":"","mf_input_option_selected":""}].filter(item => { if(parent.state.formData['mf-where-hear'] && parent.state.formData['mf-where-hear'].indexOf(item.value) != -1 ){ return item; } })} name='mf-where-hear' placeholder="${ parent.decodeEntities(`Select Please`) } " options=${[{"label":"Online Search","value":"online-search","_id":"7f824a3","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Receive an Email","value":"email","_id":"622cb4f","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"a696cb8","label":"Social Media or Youtube","value":"social media","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"c5c1196","label":"Met at an exhibition","value":"exhibition","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"89fd05d","label":"Other","value":"other","mf_input_option_status":"","mf_input_option_selected":""}]} onChange=${(el) => { setValue("mf-where-hear", ''); if(el != null){ setValue("mf-where-hear", el, true); } parent.multiSelectChange(el, 'mf-where-hear'); }} ref=${() => { register({ name: "mf-where-hear" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true})); if(parent.state?.submitted !== true){ if ( parent.getValue("mf-where-hear") === '' && false ) { parent.setValue( 'mf-where-hear', '[]'); parent.multiSelectChange('[]', 'mf-where-hear'); } } }} isMulti /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-where-hear" 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}` : ''} `