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