All Collections
New to Formaloo
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

Share your form's public URL

Open your form, and click on the 'Share' button on the top right side of your editor. You can copy and share the form's URL:

🗄️ Old dashboard:

There are many ways to find your form's public URL. Right-click your formaloo and select View Responses. Then select the Share tab. Here, you can see and copy your form's public URL.

Share your app's public URL

To share your public app URL, open your app and click on the settings tab.

Then, enable the 'Public view' and copy the app's URL:

🗄️ Old dashboard:

To find your app's public URL, you should first make it public. Click your formaloo and from the left sidebar, select App Settings. Enable public view and save changes. There you can find and share your app's public URL.

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. Ifraim

  3. Script

  4. Chatbot

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

🗄️ Old dashboard:

In your dashboard, right-click your formaloo and select View codes and widgets. Then select one of the options to share your form.

To embed your form on your website, you can use the iframe, script, widget, or chatbot options.
Select one of the embed methods and click the Get Code button. There you can copy the code and paste it into your website. It will embed the form into your website.

Embed your app/portal into your website

1. Get your app's public URL

First, you need your form's public URL. In your dashboard, click your formaloo, and from the left sidebar, select App Settings.

If your app isn't public in the opened pop-up, make it public and save changes. 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 the whole code containing your app URL and paste it into your website.

Did this answer your question?