Form Wizard Pro Title Hide - Instructions

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/12/2013 1:39:25 PM
Gravatar
Total Posts 1

Form Wizard Pro Title Hide - Instructions

Hi Joe,

On a webpage for our site, I uncheck the box for "show title" in the general settings of the form wizard pro content feature item.

On the first page of the form which instructs the user to upload a file the title does not show (as expected), however on the subsequent pages it does show (i.e. the instructions page).

Please advise on how to hide the title from all parts of the feature instance.

 

Thank you!

8/13/2013 12:20:56 PM
Gravatar
Total Posts 18439

Re: Form Wizard Pro Title Hide - Instructions

Hi,

Thanks for the bug report. This problem only happens when a form is using file uploads, the title was not hidden on the supporting upload page. I just fixed this in my copy so it will be fixed in the next update to Form Wizard Pro.

In the meantime you could hide it by css like this:

.formwizupload h2.moduletitle { display:none; }

or if using an Artisteer skin you would need something like this because it has an extra div surrounding the h2:

.formwizupload .art-postmetadataheader { display:none; }

Thanks,

Joe

You must sign in to post in the forums. This thread is closed to new posts.