Skip to main content
All CollectionsGetting started
How to share your forms and apps
How to share your forms and apps

Guide on how to share your work created with Formaloo; Public URLs, embeds, & website codes.

Updated over a week ago

Follow these steps to make your Formaloo forms and apps public, share their URLs, and embed them if needed.

Share your form

You can share your form URL through two methods:

Option 1: From the dashboard

  1. Locate your form in the dashboard and click on the Embed button.

  2. In the pop-up, go to the Address tab to access the form’s public URL.

    • Here, you can copy the URL or use the embed options provided.

Option 2: From the form editor

  1. Open the form by clicking on Edit Form.

  2. In the editor, click on the Share button.

  3. Go to the Address tab to copy the URL for direct sharing or to customize the URL ending. You can also access embed options here.

Share your app

To share your app’s URL, start by enabling its public view:

app url

Enable public view

  1. Open the app you wish to share and go to the Settings tab.

  2. Enable the Public View toggle.

    • This will generate a public URL, which appears below the toggle.

Copy and share your app

  1. Click on the Share button at the top of the page.

  2. In the pop-up, navigate to the Address tab to view and copy the app’s URL or customize its ending.

Embed your form

You have different options to embed your form. Click on the 'Share' button on your editor and navigate to the 'Embed' button. Now you can see all the options to choose:

  1. Embedded link

  2. iframe

  3. Script

  4. Chatbot

We have a step-by-step guide on how to embed your forms into your website.

📝 Additional insights:

Redirecting the page from an iframe tag is not secure at all. That's why Formaloo doesn't support it.

Instead, you can use the script code to embed your form. Another option is to put the link in your form's ending page so users can click it and go to the new page.

You can also see the preview of your choice on the same page;

Preview of your embedding choice on the same page

Embed your app/portal into your website

1. Get your app's public URL

First, you need your app's public URL.

Then copy the app's public URL and follow the next step.

2. Replace the app URL in the following iframe code

<iframe onload="javascript:parent.scrollTo(0,0);" height="850" allowtransparency="true" frameborder="0" scrolling="yes" style="width:100%;border:none" id="formalooIframe" src="YOUR APP'S PUBLIC URL"></iframe>

3. Paste the iframe code into your website

Copy and paste the whole code containing your app URL into your website.

Did this answer your question?