Is is possible to suppress the pageheader or the menu or the footer when calling specific pages?
Assume I have a website
http://test.com.
I have a NetwebForm called registration
If I have a menu choice for registration and click it I get
http://test.com/registration. When the form displays
There is a PageHeader
There is the Menu displaying unhidden menu choices (home,Registration,Login)
There are the registration form fields
There is a Page footer
IF I give the potential user a direct link to
http://test.com/registration I would like to hide one or more of PageHeader, Menu PageFooter, specially the Menu while displaying the Registration page since this distracts from what I want the user to do (fill in and accept the form).
Is there a way to temporarily do that and then restore the Menu/PageHeader etc after save?
Currently I have created another webserver with no menu
http://test:81/registration which does what I want but I would prefer to have one application doing all.