I link to a form through a secure server. When form data is submitted, the form handler attempts to link to a default confirmation page -- even though a customized confirmation page has been designated.The result is that no confirmation page appears, though the submitted data does go through.
If I do not designate a confirmation page, the default page appears and everyone works as it should -- but I do not want the default confirmation page.
This problem does not occur when the form is not on a secure server.
Does anyone have any ideas as to how I can achieve my both my desired security and my customized confirmation page?