Creating a Custom Application Page Widget
  • 03 Oct 2025
  • 2 minute read
  • Dark
    Light
  • PDF

Creating a Custom Application Page Widget

  • Dark
    Light
  • PDF

Article summary

📚 Part of the series Application Building Phase II: The Slate-hosted Application

In Slate, a form widget lets the user enter data into one or more fields in a popup.

On the school history page, for example, applicants can enter as many schools as they’ve attended. When they select the Add Institution, they’re presented with a popup that lets them enter values for the school’s name, CEEB code, address, level of study, and so on.

You can create your own application form widgets and place them on application pages to collect the information you need from applicants.

Application pages that use form widgets

If you’re in a database provisioned from one of our admissions models, you may find a folder in Forms called Slate-Hosted Application Pages.

Some of the forms in this folder represent entire application pages, while others represent the widgets embedded in those pages. These include:

If you don’t see these forms, you can import them using the Suitcase IDs found in the application-page articles in this section.

When to use application form widgets

Some things to consider when deciding whether you want to create or modify form widgets on your application:

  • Standard and custom fields can be labeled and ordered as desired, and can appear conditionally.

  • An applicant can add up to 99 responses in an application form widget. This is recommended if multiple submissions are expected.

  • Use only one application form widget of each type per application. Widgets will display all records saved on the corresponding data table on the person record. For example, school record information entered in an application form widget to collect high schools attended also appears in a separate application form widget for colleges and universities attended. Instead, one widget should be used to collect all school data in the application.

  • Required fields on custom application widgets. Unlike application-page scoped forms, fields on a custom widget on a custom application page can be configured as Required and will be enforced in the application.

Step 1: Creating the widget-scoped form

When you create a form, you must set a scope for the data collected on that form.

You may have noticed that, in the list of scopes, there is a group called Page Construction Widgets. Each of the scopes in this group correspond with a type of form widget.

Let’s go with the School Widget as an example. If you select this scope, the data registrants enter in the form fields you create can be mapped to system Schools fields.

We can repeat this for as many widgets as we need on a given application page.

Step 2: Creating a form to contain the widget

Next, we create a form of the scope Slate-hosted application page to contain the widgets, in this example called Education History.

On this form, we add a widget table from the form palette. From the Widget Form list, we select the widget form we’ve just created.

We repeat for as many widget-scoped forms as we created in the previous step.

Step 3: Collecting data from the widgets

The fields on our application form widgets can be mapped to data on the appropriate tables on the Profile tab of the person record—in this example, Schools.

Viewing application widget data in Reader

Auto PDF will not render custom fields from the application form widgets.

You must create a Data Container, Custom PDF, or Reader portal to display a widget’s custom fields in the Reader.


Was this article helpful?