Results formatting
Displayed results can be formatted within the inputs in the logic tab.
Displayed text results can be inserted using thequote icon in the calculator bar, or inserting the formula below:
"Type in text for results"

Adding paragraphs
Paragraphs can be inserted using theparagraph icon in the calculator bar, or inserting the formula below:
paragraph("Type content")
Create multiple paragraphs using +.
paragraph("Type content") + paragraph("Type content")
Here's an example, the formula below

will produce this in your results section

Adding hyperlinks
Hyperlink can be inserted using thelink icon in the calculator bar, or inserting the formula below:
link("Type link display name", "https://example.com")
Combine links with text using +.
"Your string of text " + link("Link text", "https://checkfirst.gov.sg")
Here's an example, the formula below

will produce this in your result section.

Last updated
Was this helpful?