Skip to main content
Send Us Your Form, and  We’ll Convert It Into an Online Form  For Free.
↗ View as Markdown

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.


Form Packets

For forms included in a Form Packet, Success Page settings are ignored for all forms in the packet except the last one. Only the final form's Success Page is shown to the user after the entire packet is completed.

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.

Use Variables in Redirect URL

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.

Common use case: Redirecting to a payment page

If you want patients to complete a payment after submitting a form (for example, via Stripe, Square, or another payment processor), set the Redirect URL to your existing payment page URL. No new payment account is needed. Patients will be automatically sent to your checkout after they submit the form.

You can also pass form field values as URL parameters to pre-populate the payment page. For example: https://buy.stripe.com/checkout?email={{email}}