What our sponsors say
Learn more about the benefits of being an EMITA sponsor
The East Midlands International Trade Association (EMITA) is seeking sponsorship partners to support regional businesses going global.
EMITA is a not for profit membership organisation which assists businesses throughout the region to become more effective in international markets by delivering a monthly programme of events.
The events provide first class learning experiences and invaluable networking opportunities for accomplished exporters as well as those new to trading overseas. The association’s core audience is key decision makers, a majority of which are SMEs, from a variety of business sectors.
Key benefits include
Sponsorship opportunities
To enquire about EMITA sponsorship, please complete the form or call us on 01509 815 011
var signupForm4832 = document.getElementById('signupForm4832'); var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,10})$/;
function validateSignUpForm4832() { if (signupForm4832['CompanyName'].value == '') { alert('Company Name is required.'); signupForm4832['CompanyName'].focus(); return false; } if (signupForm4832['JobTitle'].value == '') { alert('Job Title is required.'); signupForm4832['JobTitle'].focus(); return false; } if (signupForm4832['Firstname'].value == '') { alert('First Name is required.'); signupForm4832['Firstname'].focus(); return false; } if (signupForm4832['Lastname'].value == '') { alert('Last Name is required.'); signupForm4832['Lastname'].focus(); return false; } if (signupForm4832['WorkTel'].value == '') { alert('Work Telephone is required.'); signupForm4832['WorkTel'].focus(); return false; } if (signupForm4832['EmailAddress'].value == '') { alert('Email Address is required.'); signupForm4832['EmailAddress'].focus(); return false; } if(reg.test(signupForm4832['EmailAddress'].value) == false) { alert('Invalid Email Address format.'); return false; }if (signupForm4832['trap'].value != '') { return false; } return true; }