---
title: "Show a Launcher based on User Input"
slug: "show-a-launcher-based-on-user-input"
updated: 2025-10-27T05:06:58Z
published: 2025-10-28T09:31:05Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.whatfix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Show a Launcher based on User Input

With the new Visibility Rules, Whatfix enables you to show widgets based on certain criteria on the underlying application. Select the element and set the conditions based on user inputs, such as text, number, and date fields that are fetched from the underlying application to show the widgets to your users.

Consider an employee expense submission form in which employees can report business expenses. This form is only valid for expenses where the night room rate is under $300. For expenses that exceed this amount, employees must log their submissions through the employee portal.

To ensure compliance with expense reporting guidelines, hide the Submit Expense button when the room rate exceeds $300 using a Launcher. The Launcher overlays the submit button, guiding users to click it and directing them to the portal instead.

![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/Show_launcher_on_userinput.gif)

Use the following steps to implement the use case:

1. Create a Launcher using Whatfix Studio. For more information, see [Create a Launcher](/studio/docs/create-a-launcher).
2. In the Visibility Rules section for your Launcher, click **When does the launcher start appearing?**![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/AVR_Launcher.png)
3. On the **What causes the launcher to appear?**dropdown, select **Something on the application**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/AVR_something_on_application(1).png)
4. On the **What would you like to identify?** dropdown, select **Element**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(490).png)
5. Click **Select element using studio**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(491).png)
6. Enter the URL of the page from which you want to select the element.
7. Click **Select element**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(492).png)
8. On the redirected page, use Whatfix Studio to select the desired element. In this case, select the **Room Rate** field. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(493).png)
9. In the **Check if element**section, select **Exists and compare**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(494).png)
10. On the **What do you want to check?** dropdown, select **Element text**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(495).png)
11. On the **Data type** dropdown, select **Number**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(496).png)
12. On the **Check if value**dropdown, select **Greater than**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(497).png)
13. Enter the value based on which you want to show the Launcher. In this case, enter 300. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(498).png)
14. Click **Save**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(499).png)
15. Make any other edits as required in the Pop-up, and then click **Save**. ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/image(500).png)
