Skip to main content

๐Ÿฅฃ Easy Recipes

Here are some quick, pre-made solutions for common Slate challenges.

๐ŸŽš๏ธ Add an SSO Login Button

Adding a little JavaScript to the login page instructions can allow students, staff, etc. the cho...

๐Ÿซณ Auto-Pick the First Option in a Related Event Selector

Ever wanted to automatically register students via a hidden Related Event Selector on a form? For...

๐Ÿผ Birth Fields on Custom Per Page

Replacing the stock per page with a Slate-Hosted Application Page has great benefits, like a beau...

๐Ÿ“ฎ Change Country Field Default on an Address Block

Address blocks default the Country field to United States ๐Ÿ‡บ๐Ÿ‡ธ. What a particular form is targeted ...

๐Ÿ“œ๐ŸŒŒ Content Blocks for Script Reuse in Portals

Did you know? You can use content blocks (snippets) without any merge fields/query involvement. ...

๐Ÿก Copy Student's Address to Parent

Suppose you have a form with a student's address and a parent's address. You might wish to allow ...

Exclude Uploaded Materials from Document Export

When exporting from Configurable Joins - Document base to a document management system (BDM, OnBa...

๐Ÿ“Š Expand All Report Rows โ†•

To automatically expand all rows in a report, put this HTML into static content blockโ€™s Source: ...

๐Ÿ“ง Extracting and Inserting HTML Source Code for Deliver Mailings / Templates

This page expands on the more generalย Editing Page Adding to Source article in focusing on its ap...

๐ŸŽ›๏ธ Hide Rating Scale Label

If you utilize the "Hide Label" option on a rating scale (Likert), you'll notice that a weird spa...

๐Ÿ’ฒ Importing Application Payment Activities

Summary You cannot import data to theย [payment] table in Slate via Upload Dataset , but you ca...

โ›” Removing Irrelevant Links on Profile Tab

By default, person records in your Slate admissions instance will include links to information ...

Removing Special Characters from Exports

If you need to remove a single special character from an export, such as a phone number, you can ...

๐Ÿ”˜ Rename the Submit Button

Insert the following script into your form to rename theย Submit button to Next: $('button.defaul...

๐Ÿ” Restrict Portal Access by Realm

Hereโ€™s how you can restrict a portal with User security to only users who have been granted acces...

๐Ÿ“… Setting Minimum and Maximum Dates for a Calendar Widget

When using the calendar element on a form in Slate, you may wish to restrict the available date o...

๐Ÿงณ Suitcase Links Provided by Technolutions

Technolutions provides clients with dozens of Suitcase links that allow you to import these sampl...

๐Ÿ’‰ Warn if MMR Date Is Too Early ๐Ÿ‘ถ

You might want to alert someone processing MMRโ€™s in a Workflow that the MMR was received before t...

๐ŸŽ Wrapping and Ellipses in Reports

How can I change Slate reports to display and wrap the entire label instead of cutting it off w...