Add an Application to a Wix Website
Add your application, registration page, or any external page to your Wix website by embedding it directly or linking to it. This allows you to integrate your application into your Wix website so users can access it without leaving the page.
Let’s get started 🚀
Step 1: Log in to your agent dashboard and click More > Application & Profile Builder, as shown in the screenshot below.

Step 2: Locate the application that you want to embed in your website, and then click the corresponding View Form button to open the application.

Step 3: Copy the application’s URL and securely save it on your system, preferably in a Notepad file.

Step 4: Open the Wix Editor and click the box shown in the screenshot below to open the Pages panel.

Step 5: Click the Add Page button to start adding a new page.

Step 6: Click the Blank Page option to continue.

Step 7: Enter the name you want for the page, then click the tick button to save it.

Step 8: Click the cross icon to close the Pages panel.

Step 9: Click the + Add button.

Step 10: Use the search bar to find the embed code, and then choose the Embed code option as shown in the screenshot below.

Step 11: Paste the application URL you copied in step 3 at the place of WEBSITEURL (replace agencyname with application-form) in the following code.
<div style="overflow:auto;-webkit-overflow-scrolling:touch">
<script src="https://agency.enginehire.io/src/assets/js/embedded_script.js"></script>
<iframe style="border: none; min-height: 5000px;" id="enginehire-iframe" src="WEBSITEURL (replace agencyname with application-form)" width="100%" height="10000"></iframe>
</div>
For Example:
<div style="overflow:auto;-webkit-overflow-scrolling:touch">
<script src="https://agency.enginehire.io/src/assets/js/embedded_script.js"></script>
<iframe style="border: none; min-height: 5000px;" id="enginehire-iframe" src="https://application-form.enginehire.io/application-form/108/1840" width="100%" height="10000"></iframe>
</div>
Step 12: Double click in the HTML Element box.

Step 13: Paste the code you created in Step 11, and then click the Apply button to proceed.

Step 14: Resize the HTML Element to full page to enhance its visual appeal.

Step 15: Click the Preview button.

You can preview your embedded application form successfully.

If you simply choose to link your application, copy and paste the URL into a button or add it as hyperlinked text.