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

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:

Share 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:

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

  3. Script

  4. Chatbot

📝 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?