clickup.com Open in urlscan Pro
2600:9000:223f:6a00:8:4496:4180:93a1  Public Scan

Submitted URL: https://links.clickup.com/u/click?_t=c24ba18b0d184a68becd65689a02ad77&_m=c31ebb62913248f69aaab20b3c78abc9&_e=f2rPg...
Effective URL: https://clickup.com/blog/form-view-conditional-logic/?utm_source=Iterable&utm_medium=email&utm_campaign=em-l_life_ar...
Submission: On April 17 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET /blog

<form @submit="setSegement($el)" class="search-input__form form" id="search-form" action="/blog" method="get">
  <div class="form__group">
    <div class="form__item"> <label class="form__label visually-hidden" for="search"> Search ClickUp </label> <input x-model="input" x-ref="searchInput" @keyup.debounce.100ms.prevent="setResults()" class="form__input" type="text" name="s" id="search"
        placeholder="Search" minlength="3" maxlength="128" value="">
      <div x-show="loading" class="search-input__loading" style="display: none;"> <svg aria-hidden="hidden" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="var(--icon-color, var(--color-grey-0))"
          stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
          <path d="M21.5 2v6h-6M2.5 22v-6h6M2 11.5a10 10 0 0 1 18.8-4.3M22 12.5a10 10 0 0 1-18.8 4.2"></path>
        </svg></div> <button type="button" x-show="input.length > 3" x-effect="if (input.length > 3) $refs.searchInput.focus()" @click="clearInput()" class="search-input__clear-button center" style="display: none;"><svg class="sprite-icon "
          width="12" height="12" style=" " aria-hidden="true">
          <use xlink:href="#icon-close"></use>
        </svg> <span class="visually-hidden">Clear Search</span> </button>
    </div>
  </div>
</form>

GET /blog

<form @submit="setSegement($el)" class="search-input__form form" id="search-form" action="/blog" method="get">
  <div class="form__group">
    <div class="form__item"> <label class="form__label visually-hidden" for="search"> Search ClickUp </label> <input x-model="input" x-ref="searchInput" @keyup.debounce.100ms.prevent="setResults()" class="form__input" type="text" name="s" id="search"
        placeholder="Search" minlength="3" maxlength="128" value="">
      <div x-show="loading" class="search-input__loading" style="display: none;"> <svg aria-hidden="hidden" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="var(--icon-color, var(--color-grey-0))"
          stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
          <path d="M21.5 2v6h-6M2.5 22v-6h6M2 11.5a10 10 0 0 1 18.8-4.3M22 12.5a10 10 0 0 1-18.8 4.2"></path>
        </svg></div> <button type="button" x-show="input.length > 3" x-effect="if (input.length > 3) $refs.searchInput.focus()" @click="clearInput()" class="search-input__clear-button center" style="display: none;"><svg class="sprite-icon "
          width="12" height="12" style=" " aria-hidden="true">
          <use xlink:href="#icon-close"></use>
        </svg> <span class="visually-hidden">Clear Search</span> </button>
    </div>
  </div>
</form>

<form @submit.prevent="userSignup(input, 'Blog')" @keyup.escape.document="clearInput()" class="newsletter-signup__form form" id="bottom-newsletter-signup" action="">
  <div class="form__group between">
    <div class="form__item"> <label class="visually-hidden" for="newsletter-signup-email">Email address:</label> <input x-model="input" x-ref="input" @keyup.debounce.100ms="validate(input)" :class="{ 'has-input' : input.length > 0 }"
        class="newsletter-signup__email form__input form__input--email shadow_inline " id="bottom-newsletter-signup-email" name="newsletter-signup-email" type="email" placeholder="Enter your email address"
        pattern="[^@ \t\r\n]+@[^@ \t\r\n]+\.[^@ \t\r\n]+" autocomplete="email" inputmode="email" required=""> <svg class="newsletter-signup__icon" fill="none" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
        <path clip-rule="evenodd"
          d="m10.1214.878192c-1.17162-1.171573-3.07111-1.171574-4.24269-.000001l-5.001985 4.001989c-.585405.5854-.87634401 1.35255-.876725 2.11982v7c0 1.1046.895431 2 2 2h12c1.1046 0 2-.8954 2-2v-7c.0001-.76792-.2927-1.53587-.8786-2.12178zm3.0416 4.985578-5.16307 2.98087-5.16391-2.98139 4.45691-3.56428c.39052-.39052 1.02369-.39052 1.41421 0zm.8378 1.82569-5.48934 3.16924c-.02302.0137-.04654.0264-.07049.0381-.13009.0641-.26829.0973-.40572.102-.18134.0066-.36667-.0361-.53541-.1335l-5.49984-3.17533v6.31003h12z"
          fill="var(--icon-color, #ff02f0)" fill-rule="evenodd"></path>
      </svg>
      <div class="newsletter-signup__state-icon center"> <svg class="success" width="13" height="9" aria-hidden="">
          <use xlink:href="#status-success"></use>
        </svg> <svg class="error" width="14" height="13" aria-hidden="">
          <use xlink:href="#status-error"></use>
        </svg></div>
      <div class="newsletter-signup__state-message">
        <p class="success-message"> Thanks for subscribing to our blog!</p>
        <p class="error-message"> Please enter a valid email</p>
      </div>
    </div> <button :disabled="loading || success || (error &amp;&amp; input.length > 0)" class="newsletter-signup__submit button button--pink form__button form__button--submit shadow" type="submit"> Subscribe </button>
  </div>
</form>

Text Content

___

Skip to content.
Visualize your next big idea, then bring it to life with your team.   New
ClickUp Whiteboards
ClickUp Blog
 * Home
 * Teams See Teams sub-links.
   * Agencies
   * Design
   * Marketing
   * Product
   * Software
   * Construction
 * Product See Product sub-links.
   * Using ClickUp
   * Agile
   * Automation
   * CRM
   * Gantt
   * Goals
   * Kanban
   * Note Taking
   * Workflow
 * Topics See Topics sub-links.
   * Productivity
   * Project Management
   * Time Management
   * Remote Work
   * Software
   * Worklife
 * News See News sub-links.
   * Feature Releases
   * CatchUp with ClickUp
   * Announcements
   * Events
   * Press Releases
 * Get Started See Get Started sub-links.
   * Create a free workspace
   * Start with a template
   * Explore features
   * Get pricing


Open Search. Close Search. Open Menu. Close Menu.
Search ClickUp

Clear Search

Error:

Filter by Keywords

Sorry, there were no results found for “”

Link to

Max min reading time

Show all results
Get Started
 * Create a free workspace
 * Start with a template
 * Explore features
 * Get pricing

 * Home
 * Teams See Teams sub-links.
   * Agencies
   * Design
   * Marketing
   * Product
   * Software
   * Construction
 * Product See Product sub-links.
   * Using ClickUp
   * Agile
   * Automation
   * CRM
   * Gantt
   * Goals
   * Kanban
   * Note Taking
   * Workflow
 * Topics See Topics sub-links.
   * Productivity
   * Project Management
   * Time Management
   * Remote Work
   * Software
   * Worklife
 * News See News sub-links.
   * Feature Releases
   * CatchUp with ClickUp
   * Announcements
   * Events
   * Press Releases
 * Get Started See Get Started sub-links.
   * Create a free workspace
   * Start with a template
   * Explore features
   * Get pricing


Search ClickUp

Clear Search

Error:

Filter by Keywords

Sorry, there were no results found for “”

Link to

Max min reading time

Show all results
ClickUp Blog
Open Menu. Close Menu.


TABLE OF CONTENTS

What is Conditional Logic? Examples of Dynamic Forms That Save Time Supercharge
Forms With Automations


SMARTER FORMS POWERED BY CONDITIONAL LOGIC SUPPORT YOUR MOST COMPLEX WORKFLOWS

Brian Shen

Director of Product Management

April 13, 2023

Max 4min read

 * 
 * 
 * 
 * 

Explore article topics

It’s been almost three years since ClickUp introduced Form View. Since then,
it’s become a fan-favorite feature because Forms are the primary way our users
capture information from people and bring that data into ClickUp.

Businesses of all types use Forms, from software companies capturing sales leads
to auto fleets submitting part requests. Because the use cases are endless, it
can be tricky to configure your Form to get the right information you need from
the right people.

We get it. That’s why we’ve been hard at work making ClickUp Forms more powerful
than ever.

Today, we’re thrilled to deliver one of our most requested features, Conditional
Logic in Forms—an impressive new capability that allows you to create smarter
Forms for your most complex workflows.

Conditional logic in ClickUp Forms allows you to create smarter Forms to collect
data or info like product feedback
Smarter Forms Powered by Conditional Logic Support Your Most Complex Workflows
 * What is Conditional Logic?
 * Examples of Dynamic Forms That Save Time
 * Supercharge Forms With Automations


WHAT IS CONDITIONAL LOGIC?

Conditional Logic allows you to create a single dynamic Form that supports
multiple use cases, saving precious time for you and the person filling out the
Form!

With Conditional Logic in Forms, you can:

 * Create one Form that adapts on the fly based on prior field selections to
   support a variety of use cases
 * Streamline Form completion by only presenting people with the fields relevant
   to their needs
 * Handle complex processes by capturing more precise information from
   respondents in order to trigger specific workflows or Automations

Create smarter Forms in ClickUp with Conditional Logic to streamline the
process—no matter how complex


EXAMPLES OF DYNAMIC FORMS THAT SAVE TIME

Need some ideas to get you started? Here are a few of the most common ways we
see our community using Forms:

 1. Product Feedback: ClickUp Forms make it easy for product teams to enable
    users to report bugs, submit feature requests, or suggest UX improvements.
    Now with Conditional Logic, they can capture all of this using one Form.
    Depending on the type of feedback the user is submitting, the Form will
    present them with the appropriate fields to complete. Pro tip: Use
    automations to route feedback to the correct team or even add it to next
    week’s sprint.
 2. Creative Requests: Having trouble getting stakeholders to adopt your team’s
    creative asset request process? Using a Form with Conditional Logic can make
    it simple to get the right inputs like a script for a video, or specs for a
    new graphic. You’ll capture exactly the right information, regardless of
    asset type, and your team will be more productive than ever!
 3. Routing Sales Leads: Ensure every prospect gets the white glove treatment
    from your Sales team. With Conditional Logic, you can do things like ask
    different questions based on the specific product or service a potential
    customer is interested in, and then route the leads appropriately.
 4. IT Service Requests: IT Teams can now provide their coworkers with a single
    Form for all their technology requests, whether your teammate needs access
    to a new piece of software or a new computer. For example, with Conditional
    Logic, you can ask employees if they use a Mac or PC, and based on their
    selection, present them with either a list of MacOS or Windows OS versions
    in the next field. You’ll finally create a streamlined process that’s
    painless for everyone involved!

Streamline internal requests for design or IT teams to collect the exact
information needed in your Forms


SUPERCHARGE FORMS WITH AUTOMATIONS

As you know, submitting a Form is just the start! Pairing Forms with Automation
is where you can really start to fully automate processes across your business,
saving enormous amounts of time.

Here are a few of my personal favorite tricks to help you put Forms on
autopilot:

 * Assign Tasks: Use Conditional Logic in Forms to gather pertinent information
   about a topic in order to assign the Task to the appropriate team member. For
   example, you can assign different product feedback tasks based on which
   Product Manager owns the relevant feature.
 * Add Task to Multiple Lists: Cut down on response time by routing Form
   submissions to whichever team needs to tackle the work. For example, you
   might want to send that new computer request to the Onboarding Team’s list
   and route the software request to the IT Service Request list.
 * Apply a Template: Start with your keys in the ignition and have all your
   subtasks, assignees, and relationships already set up when a Form submission
   comes through.
 * Send Notifications: Add an @mention comment for someone to review so that the
   work shows up in their notifications.

Whether you’re looking to gather product feedback, streamline your intake
processes, or boost sales efficiency, Conditional Logic in Forms can help you do
it. And the best part? This feature is live now!

Upgrade to Business Plus or Enterprise and experience the power of Conditional
Logic in Forms for yourself.

Upgrade Your ClickUp Plan
 * 
 * 
 * 
 * 

Questions? Comments? Visit our Help Center for support.


RECENT ARTICLES

Previous set of recent articles. Next set of recent articles.


SMARTER FORMS POWERED BY CONDITIONAL LOGIC SUPPORT YOUR MOST COMPLEX WORKFLOWS

Brian Shen

Max 4min read


HOW TO BUILD WORLD-CLASS SAAS PRODUCTS WITH CLICKUP WHITEBOARDS

Zach Blodgett

Max 2min read


28 BEST CLICKUP TEMPLATES TO HELP YOUR TEAM WORK SMARTER

Leila Cruz

Max 19min read


HOW TO WRITE A SCOPE OF WORK (WITH SOW EXAMPLES & TEMPLATES)

Haillie Parker

Max 8min read


CLICKUP 3.0: PRODUCTIVITY, REIMAGINED

Zeb Evans

Max 4min read


HOW CLICKUP 3.0 WILL CHANGE YOUR DAY-TO-DAY EXPERIENCE

Shailesh Kumar

Max 4min read


CLICKUP ALLIANCES AND CHANNEL ECOSYSTEM: FROM UNLIMITED POTENTIAL TO MASTERPIECE

Marshall Tyler

Max 3min read


INTRODUCING THE LEVELUP AWARDS & OUR 2023 WINNERS

Angela Bunner

Max 4min read


WHAT TO EXPECT AT LEVELUP: THE ULTIMATE PRODUCTIVITY CONFERENCE OF 2023

Max 3min read


10 SMART GOALS FOR COLLEGE STUDENTS (GOAL-SETTING TIPS AND EXAMPLES)

Leila Cruz

Max 12min read


TRINETIX: USING CLICKUP FOR EMPLOYEE ONBOARDING & CAREER DEVELOPMENT (WITH
TEMPLATE)

Leila Cruz

Max 7min read


WHAT IS REAL-TIME COLLABORATION AND HOW CAN IT BENEFIT YOUR TEAM?

Alex York

Max 8min read


GUIDE TO AUTOMATIONS IN CLICKUP (WITH 10 USE CASE EXAMPLES)

Alex York

Max 13min read


ANNOUNCING OUR NEW PARTNERSHIP WITH HUBSPOT

Marshall Tyler

Max 3min read


CLICKUP’S PATH TO EXCELLENCE: AN UPDATE ON OUR STABILITY AND RELIABILITY JOURNEY

Shailesh Kumar

Max 5min read

Jump to set of recent articles.

   Jump to set of recent articles.
 * Jump to 1 set of recent articles.
 * Jump to 2 set of recent articles.
 * Jump to 3 set of recent articles.
 * Jump to 4 set of recent articles.
 * Jump to 5 set of recent articles.

Previous set of recent articles. Next set of recent articles.


RECEIVE THE LATEST WRITECLICK NEWSLETTER UPDATES.

Email address:


Thanks for subscribing to our blog!

Please enter a valid email

Subscribe
 * Free training & 24-hour support
 * Serious about security & privacy
 * 99.99% uptime the last 12 months

 * ClickUp
   * Product
   * Pricing
   * Templates
   * Download
   * Careers
   * About Us
   * Integrations
   * Import
   * Product Roadmap
   * Affiliate & Referrals
   * Help Docs
   * Reviews
 * Blog Library
   * Agencies
   * Agile
   * CRM
   * Gantt
   * Goal Setting
   * Kanban
   * Marketing
   * Note-Taking
   * Product Management
   * Productivity
   * Project Management
   * Software
 * Work Guides
   * Product Roadmaps
   * How to Write OKRs
   * Resource Allocation
   * Project Dependencies
   * Sprint Planning
   * Project Kickoff Meetings
   * Productivity Hacks
   * Project Management Software
   * Workload Management
   * Goals for Work
   * CRM Project Management
   * Team Building Activities
 * Templates
   * Content Calendar Templates
   * Project Manager Templates
   * Gantt Chart Templates
   * CRM Templates
   * To-Do List Templates
   * Event Planning Templates
   * Meeting Agenda Templates
   * SOP Templates
   * Roadmap Templates
   * Product Manager Templates
   * Performance Review Templates
   * SWOT Analysis Templates
 * ClickUp Guides
   * ClickUp Best Practices
   * Guide to ClickUp Automations
   * Ultimate List of ClickUp Terms
   * ClickUp Dashboard Examples
   * Time Blocking in ClickUp
   * Guide to ClickUp Whiteboards
   * ClickUp's API Guide
   * ClickUp University
   * CRM in ClickUp
   * Tips for Users with ADHD
   * What Makes ClickUp Unique
   * ClickUp for Non Profits

© 2023 ClickUp | Security | Your Privacy | Terms


Sign up for FREE
and start using ClickUp in seconds!
Get ClickUp

Please enter valid email address
Send