# Doc: https://www.hipaatizer.com/docs/submissions/customizing-actions-after-form-submissions > LLM view for https://www.hipaatizer.com/docs/submissions/customizing-actions-after-form-submissions This file contains all documentation content in a single document following the llmstxt.org standard. ## How to Customize Actions After Form Submissions in HIPAAtizer # Post-Submission Actions ## Customizing Actions After Form Submissions HIPAAtizer provides two options for customizing what happens after a web form is submitted: "Display Success Page" and "Redirect". Follow these steps to customize the actions after the form submissions in HIPAAtizer: ## Display Success Page ### Finding Display Success Page Settings Log in to your HIPAAtizer account and navigate to My Forms. Click on the gear icon for the desired form to open the Form Settings, then select the "Success Page" tab. From here, choose "Display Success Page". ![My Forms dashboard showing the gear icon to open Form Settings](https://www.hipaatizer.com/docs/assets/images/redirects_1_2-16c7e2a4887755927d7486044a587765.png) ![Form Settings panel open on the Success Page tab](https://www.hipaatizer.com/docs/assets/images/redirects_1_3-696c06e0dd5f6598eed6744ad265d70b.png) ![Success Page tab with "Display Success Page" option selected](https://www.hipaatizer.com/docs/assets/images/redirects_1_4-e313707f2e17664292e2d722765556ef.png) ### Editing Display Success Page Settings Use the WYSIWYG editor to customize the page that will be displayed for the user after the form is submitted. Note that HIPAAtizer provides a default page template, but you can customize it to match your website's styling and branding. If you choose to enable the PDF Receipt for Form Submitters, the user will be prompted for their email and create a password. After the form is submitted, the user will receive an encrypted printable PDF with the submission to their email. :::::info[Optional: ] Allow form submitters to download a copy of their submission by selecting the corresponding checkbox if desired. ::::: ![WYSIWYG editor for customizing the success page content](https://www.hipaatizer.com/docs/assets/images/redirects_1_5-e1f697a96c20906a0129788930602626.png) ![Option to allow form submitters to download a copy of their submission](https://www.hipaatizer.com/docs/assets/images/redirects_1_7-0541dfc56d0d73435b71ff74a17994a9.png) ![PDF Receipt for Form Submitters option enabled on the success page](https://www.hipaatizer.com/docs/assets/images/redirects_1_6-36e274037981025be6a5572692ebc45f.png) ## Redirect Follow the steps above under "Finding Display Success Page Settings". From this page, choose "Redirect". Specify the redirect URL in the field that appears, then select the target browser tab: "Same Tab" or "New Tab". ![Success Page tab with "Redirect" option selected and redirect URL field](https://www.hipaatizer.com/docs/assets/images/redirects_2_5-5d881ca0b115873a47ab5171a47712bd.png) ![Redirect settings showing Same Tab and New Tab options for the target browser](https://www.hipaatizer.com/docs/assets/images/redirects_2_6-8ea98df073b35f8be34bb6b11d0e5866.png) :::tip 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}}` :::