chart-tree-mapIntegrate Portal page

Do you want to insert a Filemail Portal page into your website? No problem, just follow this guide.

To insert a portal page on to your own website, you can use our embedded portal. Insert it anywhere on your webpage where you want the Portal uploader to appear.

This is the minimum basic version which will show your default portal page:

<div data-widget="portal" data-portal-url="https://your-subdomain.filemail.com"></div>
<script src="https://cdn.filemail.com/widgets/embed.js"></script>

If you want to embed a specific non default portal, use the /p/your-portal, configured as the Public Portal link in our portal configuration:

<div data-widget="portal" data-portal-url="https://your-subdomain.filemail.com/p/your-portal"></div><script src="https://cdn.filemail.com/widgets/embed.js"></script>

Custom data fields

Data field
Description

data-width

default 100%

data-height

default 800px

data-*

Other data-* attributes are forwarded as query parameters to the portal URL, which can be used to pre-populate fields.

Example with different prefilled values:

<div data-widget="portal" data-portal-url="https://your-subdomain.filemail.com/p/your-portal" data-to="[email protected]" data-orderno="12345"></div><script src="https://cdn.filemail.com/widgets/embed.js"></script>

Last updated

Was this helpful?