You're running up against several common forms issues. Some background may be helpful:
1) Message forms published to a public folder will not be useful. Outlook will be able to find the form and show it only if users put messages into that public folder. For a custom message form to be useful, it needs to be published to the Organizational Forms library, not a public folder.
2) Because message forms create items that will be sent, not saved in a folder, you cannot make a message form the default form for a folder. This is something of a moot point, though, because of #1.
3) The solution, if you want to use a public folder as a forms library, is to publish the forms to Org Forms, as in #1, and then use a special Post form in the public folder to act as a form launcher. The code behind the launcher form creates a new item from the designated published form. Thus, each form will appear to the user as an item in the folder, and opening the item will launch a new instance of the desired form. See http://www.outlookcode.com/d/forms/formlauncher.htm to get the form launcher form.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> OL2003/Exchange 2003:
>
[quoted text clipped - 11 lines]
>
> THANKS IN ADVANCE : )
DavisSon - 27 Jul 2005 20:59 GMT
Thanks Sue - I was aware of 1 & 2, and I have seen 3 (*I go to your website
all the time, and at least a hundred times today!). Thanks for the response
: )
> You're running up against several common forms issues. Some background may be helpful:
>
[quoted text clipped - 19 lines]
> >
> > THANKS IN ADVANCE : )