Hi,
I'll admit its a little unconventional and I get your point of view about why you want it to be able to close it but I see no value in making it closable because then you need a way to open it again and what would be the point of an empty page. The content is on the page and javascript is used only as progressive enhancement to give it a master detail layout where you can click an item and see the detail. I may change it at some point and remove the javascript and just stye it according to the skin like most other features to make it more conventional, but then I kind of like it as it is.
I agree about the form wizard. It should be fixed now on the dmeo site, it only needed to set a default button on the panel to make the enter key behave as expected.
This bug would only appear if the skin has the search input rather than the link and if the user uses the enter key instead of the button. This will be fixed in the next release of Form Wizard Pro, but any customers can fix it immediatley by editing the /FormWizard/FormWizardModule.ascx with a text editor and change this:
<asp:Panel ID="pnlForm" runat="server" CssClass="modulecontent">
to this:
<asp:Panel ID="pnlForm" runat="server" DefaultButton="btnSubmit" CssClass="modulecontent">
Best,
Joe