Join the Power Platform Masterclass #2 starting April 23

Flexible form

From Resco's Wiki
(Redirected from Form layout)
Jump to navigation Jump to search
User interface components

Forms are one of the components of mobile apps. Flexible forms offer an alternate rendering of forms. All form cards (or tabs) are displayed simultaneously; users no longer have to switch between tabs. Flexible forms work particularly well with larger screens, where users get a perfect overview of any record at a glance.

A potential disadvantage of flexible forms is speed. The entire form is loaded every time, resulting in a higher number of database requests (and API calls in online mode) compared to the tabbed view (where tabs are loaded on demand).

Tabs versus cards

In the context of flexible forms, we use the industry-standard term cards. This is how we call the individual blocks of fields on forms. Previously, we used to call them tabs - but flexible forms have no tabs.

More importantly, you can define a custom color scheme for cards. Colors allow users to easily distinguish where cards start and end. This is important because cards group related information into a single block, adding clarity.

Card colors are configured in the Theme editor. These only apply to flexible forms (and questionnaire groups).

Enabling flexible forms

Flexible forms need to be enabled in the project's configuration. If you don't enable them, the classic UI using tabs is used.

  1. Edit an app project.
  2. Select Configuration from the Project menu.
  3. Set Full-screen Forms to True. This option applies to tablets only and determines whether forms open in full-screen mode or one column.
  4. Set Flexible Forms to True. This option enables flexible forms.

Configuring layout

Edit a form and click Form Layout to set up its display options.

Configuration of form layout and behavior

Open form in full screen
  • Project Default – The form follows the project settings.
  • Enable – Form opens in full screen.
  • Disable – Form opens in one column.
Allow resizing form
  • Project Default – The form follows the project settings.
  • Enable – User can resize the form (switch between full screen and single-column mode).
  • Disable – User cannot resize the form.
Flexible form
  • Project Default – Form is displayed in old or new UI, depending on the Flexible Form setting in the project’s Configuration.
  • Enable – Use flexible forms, displaying multiple tabs simultaneously.
  • Disable – Display one tab at a time.
Note Per-form setting has priority over project configuration.
Layout (Applicable for tablet devices when the form is in full screen)
  • Auto layout – Right or left panel covers more space (depending on the content – which panel has more items).
  • Single panel – Form is displayed in one column; all items are below each other, like on phone devices.
  • 2 panels with columns on the right – Right panel is wider.
  • 2 panels with columns on the left – Left panel is wider.

Setting up tab properties

For additional tweaking, you can configure the properties of each tab or list.

Side
Set whether the tab should be displayed in the left or right panel. By default, the detail tab (where you can add entity fields) is set to be on the left panel, and the associated or unrelated list is on the right. Users can rearrange it as they wish.
Header
Select what to show on the tab’s header. Options are:
  • Hidden – This tab won’t have a header.
  • Icon & Title – The icon and the title (tab name) will be shown.
  • Title – Only the tab name will be shown.
Width
Set the tab's width to full (entire panel) or half (on wide screens, two tabs can be placed next to each other).
Height
If the tab is a list view, it means the number of rows (other rows are accessible with a scrollbar); otherwise, it is the number of "segments" of a pre-defined height. The height can also be defined in pseudo-pixels (e.g., 100px). To learn more about it, check this webinar. Webinar

Configuring flexible forms in the app

To enable flexible forms in Resco apps, tap Setup and enable Appearance > New Form UI.

App behavior details

In some circumstances, the app displays forms in two panels:

  • Two panels are only available for flexible forms.
  • One of the two-panel layouts has to be selected.
  • Full-screen mode is not mandatory, but the screen must be wide enough.

One of the panels is narrow, and the other is wide, as determined by the Layout parameter.

Use the Side parameter to determine where (in which panel) a tab is displayed. Or simply drag a tab to the other panel.

Depending on the screen width, each panel can display tabs in one or two columns. If you want to ensure that a form tab occupies the full width of the panel, set Width to "Full".

Example

In the example below, two-panel layout is configured. The left panel is narrow (33%).

Example of flexible form layout

The right panel is wide enough to display tabs in two columns. All tabs use half width - except the Map tab; that's why it uses the full width of the right panel.

Form Layout: Panels and columns in action

On even wider screens, also the left panel will start displaying its tabs in two columns.

Form Layout: Flexible form layout very wide screen

As you decrease the available screen width:

  • First, the right panel changes to a single column.
  • Later, the content of both panels is combined into a single panel. Initially, this single panel can have two columns. At this point, Resco app attempts to arrange the tabs in a way that uses the available screen space effectively.
  • Eventually, tabs are placed below each other, single panel, single column.

Form Layout: Flexible form layout narrow screen