- 06 Oct 2025
- 2 minute read
- Print
- DarkLight
- PDF
Custom Relationship Page
- Updated 06 Oct 2025
- 2 minute read
- Print
- DarkLight
- PDF
📚 Part of the series Application Building Phase II: The Slate-hosted Application
A family information page allows for the collection of data pertaining to an applicant's family relations, like mother, father, brother, and sister. Using the relationship widget, you can introduce conditional logic to your form, customize instructions, and collect information in additional standard or custom relationship-scoped fields.
✅ Four steps to creating a custom family history page
Create a Slate-hosted-application-page-scoped form.
Create a widget-scoped form.
Add the widget to the Slate-hosted-application-page-scoped form.
Add the Slate-hosted-application-page-scoped form to a Slate application.
Step 1: Creating the Slate-Hosted application page
This form serves as the host for the widgets you'll create later.
Select Forms from the main navigation.
Click New Form. A popup appears.
In the New Form popup, configure the following:
Page Title: The page title will display to an applicant as the name of the page.
Folder: Keep organized by saving application pages within a clear folder structure.
Status: Set the status to Confirmed/Active.
Click Save.
Click Edit Form on the right side.
Click Edit Properties. A popup appears.
In the Edit Properties popup, configure the following:
Scope: Select Slate-Hosted Application Page.
Click Save.
Step 2: Creating the Widget
Try a Slate example 💼
Use Suitcase to import our ready-made example Relationship Widget form.
Custom list fields do not persist through Suitcase imports. The application page will be blank if you do not add your own to the widget. See examples in the section below.
Open and re-save each form field to break any potential cache from the suitcase import.
3abf2879-0326-410c-a907-b29b91e41d32:slate-examples
Select Forms from the main navigation.
Click New Form. A popup appears.
In the New Form popup, enter the following:
Page Title: Give the form a descriptive title.
Status: Set the status to Confirmed/Active.
Folder: Add the form to an existing folder, or select Other to create a new one.
Click Save.
Click Edit Form on the right side.
Click Edit Properties. A popup appears.
In the Edit Properties popup, configure the following:
Click Save.
Configure the widget with the form fields applicants should complete. See the setup from the Suitcase:
🔔 Important!
Map all fields in the widget to system fields of the same scope. Any custom fields created to be used in the widget should match the scope of the widget.
Step 3: Adding the Widgets to the Host Form
From the form builder palette, drag in a Widget Table.
Edit the widget table. From the Widget Form list, select one of the widget forms created in the previous section.
Repeat for any additional widgets created. Drag the widget table form fields to reorder on the page.
Add any additional fields or instructions to the form.
Step 4: Adding the host form to a Slate-hosted application
Select Database from the main navigation, then select Application Editor.
Choose the
/apply/
link for the application base to which the new page should be added.📝 Note: If only one application base exists, only
/apply/
will appear.Click Edit Menu in the upper-right.
Click Add Link. Enter the following configurations:
Type: Select Custom Form Page.
Subtype: Select the Slate-Hosted-Application-Page-scoped form you created.
Label: Enter the name to display as the page link in the application navigation.
Click Save. The new form will be listed at the bottom of the application menu.
Drag this page to where it belongs in the application page order.
The application form widget is now active in the application. Be sure to test that data entered into the widget is saving back to the appropriate table on the Profile tab of the Person record.