Success Page
The Success Page settings let you control what happens after a user submits a form in HIPAAtizer. You have multiple options for customizing the user experience and managing what happens to the submission.
Option 1: Show a Custom Success Message
Display a confirmation message directly on the page after the form is submitted.
Optional Enhancements:
-
Allow Submission Download Let the user immediately download a PDF copy of their submitted form.
-
Send PDF to Submitter Automatically email a secure, encrypted PDF of the submission to the user. When enabled, users will first see a pop-up prompting them to enter:
- Their email address
- A password to encrypt the PDF
Option 2: Redirect to Another Page
Instead of showing a message, you can redirect the user to another URL after submission.
You can include form fields or variables in the redirect URL after submission.
For example, to personalize the destination link:
https://example.com/thank-you?name={{firs_name}} This allows dynamic redirects based on user input.