Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


Column
width70%


Tip

Prior to v10.3, Portals were known as "Spaces". Customers may have portals that were designed prior to v10.3 which still include the term "space" in lieu of "portal", e.g. in the default text on the home page. Share URLs to portals that include /space/<spaceid> will continue to work.

A frevvo portal is a website that organizes and displays projects, forms, workflows, tasks, etc. A portal has a tab for each project, and each tab has a drop-down list of the deployed forms/workflows in that project. Forms/workflows with visibility of public in tenant or private appear when the user logs into frevvo. When you click on a form or workflow name, the portal opens the form on the page. A portal also has a home panel and two optional panels at the left and at the bottom of its page. You can edit the content of any of these panels; you can also choose not to include the optional panels. You can apply a style to a portal as you do to forms/workflows. The selected style will be propagated to forms, workflows, and the Task List.

Portals can be used to simplify accessing forms/workflows/Task List from your iPhone or iPad. You can add thumbnail icons to your forms and workflows and the portal will display on mobile devices.

Each designer user in a frevvo tenant can create, edit, and delete their own portals. You can share the URL to a portal with others inside or outside your organization.


Column
width30%

On this page

Table of Contents


...

Expand
titleClick here for the details and an example

Insert excerpt
docuphaseforms113:Share Forms and Workflowsdocuphaseforms113:
Share Forms and Workflows
nopaneltrue

...

When you access your portal with the Share URL, then click the Login tab, the whole screen becomes the frevvo login screen. Enter your credentials to view your portal.

Portals are always ‘public’ which means anyone with the link can access them. However, any forms or flows in the portal that require authentication cannot be accessed until the user logs in. If you would prefer that users log in before accessing a portal you can construct a share URL that used the target-uri query parameter to accomplish this. For example:

Code Block
Cloud: https://app.frevvo.com:443/frevvo/web/login?target-uri=<portalurl>
In House: https://<your server host>:<port>/<frevvo home>/web/login?target-uri=<portalurl>

...

You can add the URL to an anonymous signup form for your tenant. Users can create a user account in your tenant using this published registration URL. The designer does not have to create the form, the URL shown below accesses the Add User Anonymous Register form included with frevvo. When this form is submitted, the user receives an activation email which enables the account.  

You must check Anonymous Users in your tenant to take advantage of this feature. Also, there is an invisible control on this form that requires the tenant's name. The form will not submit if this field is left blank. Append the  _data parameter to initialize the control with your tenant name: 

...

A default portal can be set for the tenant. Once a default portal is selected, task notification links will direct the user to the task and/or Task List rendered in the portal (rather than in the tenant.) Default portals must be set by tenant admins. Click here to learn more.

Note

Opening the form in default portal only applies to links in the task notification or the task list. A direct share URL or form link will open normally in its own iframe or the browser depending on the URL that is used.


Portals and Mobile Devices

...