Well, depending on how their forum is designed (if it is a simple one) you could emulate their form on your end by using asp to POST the form variables to the backend script (whatever that may be).

Note though, you will need a server component, something that can create and send http headers, like AspTear ( i think its called ).