> **Source:** https://knowledge.leegality.com/document-execution/api/customise-signing-journey > **Site:** Leegality Knowledge Base — https://knowledge.leegality.com > **About:** Leegality is a document execution platform covering eSigning, stamps, NeSL, workflows, and REST API integration. > **Navigation:** Every article on this site has a plain-text version at `.txt` (this format). To get an index of all articles with their `.txt` links, read: https://knowledge.leegality.com/llms.txt > **AI Guide:** For instructions on how to navigate this knowledge base as an AI agent, read: https://knowledge.leegality.com/ai-readable.txt --- # Customise Signing Journey Leegality customers can now control the user experience of the signing journey without relying on our SDKs. This option provides new query parameters to enhance the user experience of the Success Page. ## Dynamic Redirect URL - **Parameter:** `redirectUrl` - **Description:** Redirect invitees to a specific URL after they complete the signing process. - **Possible value:** Any https URL with a valid format. **Example:** `https://app1.leegality.com/sign/ea83da79-b228-492b-9e81-dad68trea4b5?redirectUrl=https://google.com` > **Info** > > If a redirect URL is specified in the workflow, it will override any redirect URL appended to the signURL using the `redirectUrl` parameter. ## Custom Countdown Timer - **Parameter:** `timer` - **Description:** Set how long the success page stays open before redirecting to the redirectUrl. - **Possible value:** 0 to 60 **Example:** `https://app1.leegality.com/sign/ea83ee79-b228-999b-9e49-faf68dade4b5?timer=30` > **Info** > > If the invitee clicks the **OK** button before the timer expires, they will be redirected immediately. ## Control the Visibility of the OK Button - **Parameter:** `Okbutton` - **Description:** Decide whether the **OK** button is shown on the success page. By default, OK button is always visible to the invitee. - **Possible value:** `false` **Example:** `https://app1.leegality.com/sign/ea83ee79-b999-492b-9e44-faf68dade4b5?timer=30\&Okbutton=false` In this example, the OK button will not be displayed on the success page because `Okbutton=false`. > **Info** > > The OK button will be displayed if the parameter is not passed.