I have a custom form added as a webpart that sends to another site. Unfortunately the name attributes of each of my fields is getting prepended with WPQ2 automatically.
for example:
<input type="hidden" name="farmer" />
gets changed to
<input type="hidden" name="WPQ2farmer" />
What is going on?