Loading
Public Sector Documentation
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Create Dynamic Application and Intake Forms Using Omniscript

          Create Dynamic Application and Intake Forms Using Omniscript

          Create guided application and intake forms for Public Sector (formerly Public Sector Solutions) constituents that ask questions based on previous responses.

          Required Editions

          View supported product editions.
          User Permissions Needed
          To create Omniscript forms: OmniStudio Admin

          Omniscript, part of the Omnistudio suite of automation services, components, and objects, lets you create complex, dynamic web forms with little or no code. Simply drag interactive elements from a Build panel onto an Omniscript canvas, arrange them as desired, and configure properties that define how the element shows, what it does, and how it works. Elements can include a wide array of question input types as well as Omnistudio Data Mappers, which draw on data from your Public Sector org, and other actions and functions. Omniscripts can even include other Omniscripts. Use Omniscripts to create guided user experiences including application and intake forms for licenses, permits, services, benefits, and grants.

          Here’s an example of how to create an Omniscript form that conditionally shows a question based on an applicant's response to a previous question.

          1. From the App Launcher, find and select Omnistudio.
          2. From the app navigation menu, select Omniscripts.
          3. Click New.
          4. Enter a Name, Type, Language, and Subtype for the Omniscript.
          5. Expand Step 1 and drag a Radio element from the Inputs section of the Build panel onto the page. Name it BusinessLegalStructure.
          6. In the Properties panel, for Field Label, enter What is your business’s legal structure?.
          7. Under Options, add these value-label pairs.
            Value Label
            Corporation Corporation
            Nonprofit Not for profit
            Partnership Partnership
            Unknown I don’t know
          8. Drag a Formula element onto the page and name it exprShowBusinessLegalStructureCorporationType.
          9. In the Properties panel, for Expression, enter CONTAINS(%BusinessLegalStructure%, "Corporation").
          10. Drag a Radio element onto the page and name it BusinessLegalStructureCorporationType.
          11. In the Properties panel, under Conditional View, select Show element if true and define the condition exprShowBusinessLegalStructureCorporationType is Equal To true.
          12. Preview your form.
           
          Loading
          Salesforce Help | Article