--- 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      ERP Website      
   

Rocket ERP

 
 
               
     
       

Rocket ERP

             
     

You are logged into the ERP system, and here's a snapshot of the dashboard:

     
                     
   
 
``` ### Step 3: Customize the iFrame Attributes (Optional) You can customize the attributes of the iFrame according to your requirements. For example, you can adjust the width, height, frameborder, and other attributes of the iFrame to fit your application's design and layout. ### Step 4: Test and Verify the Integration Save your changes and reload your Web application. Ensure that the embedded actionable form is visible and functioning correctly within your application. Test the functionality of the actionable form, such as submitting a new request to ensure that everything works as expected. #### Output Preview: Embedded ProcessMaker Actionable Form After you have completed the steps above, verify ProcessMaker's Actionable Form or Web entry is embedded to your Web application. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/Rocket ERP.avif) ## Conclusion By following the steps outlined in this guide, you can integrate the ProcessMaker's powerful Web entry or actionable form into your Web application using an iFrame to submit new requests.