Rocket ERP
You are logged into the ERP system, and here's a snapshot of the dashboard:
--- title: "Starting a Request via Anonymous Web Entry" slug: "starting-a-request-via-anonymous-web-entry" updated: 2025-10-21T03:00:33Z published: 2025-10-21T03:00:33Z canonical: "docs.processmaker.com/starting-a-request-via-anonymous-web-entry" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.processmaker.com/llms.txt > Use this file to discover all available pages before exploring further. # Starting a Request via Anonymous Web Entry This guide discusses the process of embedding ProcessMaker actionable forms or most commonly known as Web Entry into a web application using an iFrame to initiate new requests of your workflow/process on the ProcessMaker platform. > [!NOTE] > ProcessMaker [Web entries](https://docs.processmaker.com/designing-processes/process-design/model-your-process/event-elements/start-type-event-elements/add-and-configure-an-event-element#web-entry-panel-settings) are dynamic and actionable forms that are used to seamlessly integrate into third-party applications. These versatile forms not only merge smoothly with external platforms but also provide a wealth of interactive possibilities, empowering users to engage, input, and interact within their preferred applications effortlessly. ## Steps to Embed Actionable Forms By following the steps below, seamlessly integrate actionable forms into your application. ### Step 1: Generate the Web Entry Link or Code Snippet To seamlessly integrate an actionable form or web entry, begin by generating the web entry link. Follow these steps to get the [web entry link or the web entry code snippet](https://docs.processmaker.com/designing-processes/process-design/model-your-process/event-elements/start-type-event-elements/add-and-configure-an-event-element#web-entry-panel-settings). Below are examples of the web entry link or code snippet: #### Web Entry Link ```xml https://my-server.processmaker.com/webentry/72/servicerequest ``` #### Web Entry Code Snippet ```xml ``` ### Step 2: Embed the Web Entry Link into Your Web Application Identify the appropriate location within your Web application to embed the Web entry link. This could be a specific page, a modal window, or any other suitable area. Insert the provided web entry link, including the iFrame, into the desired location in your HTML file. Let's embed the web entry link into the iFrame, use the following sample HTML code: **HTML** ```xml
You are logged into the ERP system, and here's a snapshot of the dashboard: