Unifize Knowledge Base
  • Quickstart
    • Welcome to Unifize!
  • Getting started
    • Setting up your Unifize account
      • Signing up with invite link
      • Logging in with email
    • Quickstart demo
    • Key features & navigation
      • Records
      • Conversations
      • Checklists
    • First steps for new users
      • Creating a new record
      • Creating records from inbound email
      • Filling checklist metadata
      • Linking related records
      • Sharing conversations as email
      • Sending and receiving emails in Unifize
      • Inviting people
      • Changing your preferred language
      • Filtering records in My Inbox
      • Generating PDF reports
      • Creating custom reports
      • Creating custom dashboards
    • Using Unifize AI
  • Troubleshooting & support guide
  • User Guide
    • Definitions
      • Process
      • Record
      • Conversation
      • Report
      • Chart
      • Checklist
      • Org
    • Navigating the platform
      • Profile
      • My Inbox
      • Manage
      • Homescreen
      • Contacts
      • Direct Messages
      • Dashboard
    • Data & process management
      • File Management
      • Checklists & Forms
      • Rich text in checklist
      • Working with records
        • Due dates & priorities of a record
    • User & role management
      • Understanding roles & access
      • Managing permissions
      • Deactivating users
      • Team & organization
    • Mobile & web accessibility
      • Unifize Lite
      • Mobile app
      • Web app vs Unifize Lite
    • Security, compliance & infrastructure
    • Personalizations
      • Set your profile picture
      • Reset your Passwords
      • Customizing Homescreen
      • Set your email notification preferences
    • Profile
      • Org Settings
        • SSO
    • My Inbox
      • Checklist
        • Approval
        • Date
        • File Upload
        • Form
        • Linked Record
        • Number
        • Picklist
        • Revision
        • Rich Text
        • Section
        • Subsection
        • Text
  • Product Help
    • Unifize Document Management System (DMS)
      • Document Control
      • Change Control
      • Training Management
      • Onboarding guide for DMS
      • Troubleshooting & support guide for DMS
  • Admin Guide
    • Multi-language translation support
      • Enabling and configuring language support
      • Managing user language preferences at scale
      • Using the translation editor to customize UI
    • Customization & configuration
      • Configuring processes
      • Configuring revision fields
      • Configuring approval workflows
      • Configuring reminders on processes
      • Checklist layout settings
      • Custom language settings
      • Creating a chart from reports
      • Configuring Microsoft Office 365
        • Permissions required for SharePoint
    • Profile
      • Org Settings
        • SSO
          • Logging in with SSO
          • SSO using SAML
  • Manage
    • Processes
      • Checklist
        • Approval
        • Date
        • File Upload
          • SharePoint
            • Configuring SharePoint on Unifize
        • Form
        • Linked Record
        • Number
        • Picklist
        • Revision
        • Rich Text
        • Section
        • Subsection
        • Text
  • Developer Documentation
    • Introduction
      • Concepts & terminologies
    • Authentication
      • App management
      • App tokens
    • Usage
      • Fair usage policy
      • Testing environment
      • Quickstart
    • API Reference
      • Applications
      • Processes
      • Records
      • Field values
  • RELEASE NOTES
    • February 2025
    • March 2025
    • April 2025
      • Rich Text Fields in Checklist
      • Filling Checklist Metadata with AI
      • 'My Conversations' is now 'My Inbox'
      • Feature Enhancements
    • May 2025
      • SharePoint
      • Unifize Lite
      • SSO
      • Feature enhancements
Powered by GitBook
On this page
  • Introduction
  • How forms work
  • How Forms help you
  • Roles and permissions
  • Conditions field
Export as PDF
  1. Manage
  2. Processes
  3. Checklist

Form

PreviousConfiguring SharePoint on UnifizeNextLinked Record

Last updated 4 days ago

Introduction

Forms in Unifize provide a structured way to collect and organize tabular or repetitive data within checklist items. As an admin, you can create reusable form templates and configure their behavior based on checklist logic.


How forms work

Step 1: Create a Form template

  1. Navigate to Manage View from the left-hand menu.

  2. Click on Forms.

  3. Select New Form Template.

  4. Give the form a name and configure its structure by selecting from a predefined set of fields. Only specific Checklist field types are supported in forms:

Field Type
Description

File Upload

Upload and attach images or documents

Rich Text

Add formatted text with bold, lists, and links

Text

Simple input for short or long-form text

Date

Manual entry or date picker

Number

Input numeric values

Picklist

Drop-down values (with optional user addition)

User

Assign responsibility to a Unifize user

PDF

Configure output for printable checklists

Parent/Child

Link related conversations

Subsection

Add collapsible structure within a form

Step 2: Add the Form to a Checklist

  1. Open the Process Builder for the target process.

  2. Under the specific Checklist section where you want to add your form, click + Add Field.

  3. Choose Form, and select the pre-created form template.

  4. Save and publish your changes.

Step 3: Configure Form field Conditions

Once added to the checklist:

  1. Go to Form Field Settings.

  2. Under Form Conditions, set visibility or requirement rules based on other checklist fields.

    • Examples:

      • Show form only if another field is empty.

      • Make form mandatory unless hidden.

  3. You can layer multiple conditions using AND logic.

How Forms help you

Forms reduce checklist clutter and encourage standardized data collection. They also Improve readability via collapsible, grouped sections and support multiple entry sets (e.g., multiple uploads with comments). Forms are ideal when you need to capture:

  • Multiple entries of the same structure (e.g., repeated issues, line items)

  • Tabular datasets with consistent formatting

  • Structured form responses like audits or inspection results


Roles and permissions

Role

Permissions

Admin

Create form templates, add forms to checklists, configure conditions (visibility, mandatory, disable), edit and delete any form entry.

Org Member

View and fill forms in records where they are participants, add multiple entries, edit fields if not restricted, view form data in conversations.

External User

View forms and submitted entries if added to the record as a participant; cannot create, edit, or configure forms.


Conditions field

Setting

Description

Use case

Show until condition met

Field is visible by default and becomes hidden once the condition is satisfied.

Show containment action until nonconformance is resolved.

Hidden until condition met

Field is hidden by default and only appears when a specific condition is met.

Reveal prototype specifications only if Product Stage = "Prototype".

Mandatory until condition met

Field is required unless a condition becomes true.

Require "Reviewer Notes" unless Document Type is "External".

Disable until condition met

Field remains locked until the defined condition is met.

Lock “Release Comments” until version status is “Final”.

Condition (Field)

Defines the field used to evaluate the logic. Can be from checklist or form data.

Use “Severity” to control follow-up actions.

Qualifier

Logical operator used to evaluate the field (e.g. is empty, equals, contains, etc.).

Trigger logic when “Document Owner” is empty.

Behavior

Controls what happens to the field when the condition is met (e.g. Hide, Show, Lock). If the condition is not met, it simply falls back to the default state.

Lock “Disposition” if status is not “Pending Review”.

Mandatory if not hidden

Ensures the field is only required when it’s visible.

Require “Root Cause” only if it becomes visible based on severity.

🖊️Edit this page