Skip to main content

How to add a warning/disclaimer to your form, or prevent users from moving forward based on their answers

Create qualification questions in your form that either show a disclaimer message or prevent respondents from moving forward when they select a disqualifying answer.

Sometimes a form contains questions that determine whether a respondent is eligible to continue.

For example, you may need to:

  • Warn users that a selected option may not meet your requirements

  • Request respondents to review a potentially disqualifying answer

  • Prevent users from proceeding until they select an eligible option

Formaloo offers a few different ways to handle these situations depending on whether you're using One question at a time (1QAT) form or Classic form type.

This guide covers:

  • Creating a disclaimer message without blocking submission

  • Creating a loop that prevents respondents from moving forward until they change their answer

  • Alternative approaches for hard-stopping the flow

💡 Need to hide the Submit button entirely?

If you'd like to completely remove the Submit button from a form or create a display-only page, check out our guide on Most requested Custom CSS snippets.

This allows you to create display-only pages where submission is not required, perfect for situations where:

  • You want to show a placeholder page with content/information only

  • A form has already been shared but submissions are not open yet

  • You want to temporarily pause submissions


👀 Before you begin: choose the appropriate form type

The available options depend on whether you're using a 1QAT form or a Classic form.

➔ 1QAT forms:

Allow you to create a loop that repeatedly returns respondents to a qualifying question until they select an eligible answer.

➔ Classic forms:

Allow you to display a disclaimer or warning message, but do not create a loop and do not block moving forward and submitting the form.

ℹ️ Switching between Classic and 1QAT form type:

To change your form type, edit your form and navigate to the Design tab. From there, you can:

  • Apply an existing theme with the desired form type

  • Edit the currently applied theme

  • Duplicate the current theme to create a variation and change the form type there

  • Create a completely new theme

Duplicating a theme is often the safest option if you'd like to change the form type for a single form without affecting other forms using the same theme.


Option 1: Create a qualification loop in a 1QAT form

This approach prevents respondents from moving forward until they select an eligible answer.

How it works

  1. You set up a flow like: Previous question → Disclaimer field → Qualification question → Next question,

  2. The disclaimer field is initially skipped – the logic jumps over it,

  3. If a respondent selects a disqualifying answer, they are redirected to the disclaimer and then naturally land back on the qualification question.

As long as they keep selecting the disqualifying answer, they remain in the loop. Once they select an eligible answer, they continue with the form normally.

Step 1: Add a disclaimer Content field

Create a Content field containing your warning message. For example:

⚠️ Based on your selection, you may not meet the requirements to proceed. Please review your answer and verify that it is correct before continuing.

Step 2: Place the fields in the correct order

  1. Any preceding form fields

  2. Disclaimer Content field

  3. Qualification question

  4. Remaining form fields

⚠️ The disclaimer field should be placed before the qualification question. This ensures that the question is naturally next by order, so the user lands back on it after seeing the disclaimer.

The disclaimer field cannot be the first field in the form. The loop relies on jumping over the disclaimer initially and returning to it only when the disqualifying answer is selected.

Step 3: Skip the disclaimer by default, and create the loop

On the field immediately before the disclaimer, add a rule that jumps over it, going directly to the qualification question.

ALWAYS Go to → Qualification question

On the qualification question, and a rule:

IF answer = disqualifying option

THEN Go to → Disclaimer field

Since the disclaimer is placed right before the qualification question, after seeing the disclaimer, the user naturally lands back on the qualification question.

This creates the infinite loop where the respondent cannot continue until they select an eligible option:


Option 2: Show a warning/disclaimer in a Classic form

If you'd simply like to warn respondents without blocking submission, use a conditional Content field to show a disclaimer.

How it works

  1. The respondent answers a qualification question,

  2. If a disqualifying answer is selected, a disclaimer message is shown (hidden otherwise),

  3. The respondent can still continue and submit the form.

Step 1: Add a disclaimer Content field

Add a Content field immediately after the question that contains the potentially disqualifying options. For example:

⚠️ Based on your selection, you may not meet the requirements to proceed. Please review your answer and verify it before continuing.

Step 2: Show the disclaimer conditionally

In Advanced logic, add a rule under the qualification question:

IF answer = disqualifying option

THEN Show → Disclaimer

There is no need to create additional hide rules. Conditional fields are automatically hidden when the conditions are not met:

ℹ️ Avoid placing the disclaimer as the very last field in the form.

If the Submit button appears right next to the disclaimer, respondents may accidentally submit without reviewing their answer.

Having additional questions after the disclaimer gives respondents an opportunity to go back and reconsider their selection.

Optional: Show a different ending page

You can combine this setup with different ending pages shown based on user's answers.

For example, you might:

  • Show a standard ending page to eligible respondents

  • Show a different ending page explaining again that the submission may not meet the requirements


Alternative approach: make certain answers in the form act as a 'hard stop'

In some cases, you may not want respondents to continue at all.

Instead of showing a disclaimer or creating a loop, you can automatically submit the form and redirect the respondent elsewhere as soon as a disqualifying answer is selected.

💡 This kind of hard-stop logic is useful when you need to:

  • Disqualify respondents immediately, without an option to revisit and change the selected answer

  • Route users to another website or form

  • Prevent collecting unnecessary information


Bottom line

Formaloo offers several ways to handle disqualifying answers depending on the experience you'd like to create.

  • Use a 1QAT form if you want to prevent users from moving forward until they select an eligible answer,

  • Use a Classic form if you'd like to display a warning or disclaimer while still allowing submission,

  • Use hard-stop logic when respondents should be redirected immediately without continuing through the form.

Choose the approach that best matches your qualification or screening process.

Did this answer your question?