You could use a URL parameter that feeds into a hidden field. For example... http://yourwebsite.com/your-webinar?webinar_source=partnerA
And then in your form, you'd create a hidden field that pulls its value from the URL parameter "webinar_source"
All you'd have to do is provide your partners with the URL with their specific parameter. Does that make sense?