Ok, I've got a custom HTML page that has two forms on it. One form has a few fields - it mimics a message board's new topic form - most fields on it are hidden. The other form contains about 25 fields - it's an application form. The only submit button is for the new topic hybrid form. The idea is that someone fills out the application form, and when the submit button (for the new topic form) is clicked, some scripting is executed to concatenate the application fields all into the message field of the new topic form, thus generating a new topic containing the applicant's application form.
Works great... except only when I host my custom page on my local machine (i.e. where I test the application process). When I host the page on my ISP storage, the message board service is generating a "page not found" error back to me. Obviously, they are somehow catching the "source" of my custom page. How are they doing that, and how can I get around it? Any ideas?