> ## Documentation Index
> Fetch the complete documentation index at: https://support.servicem8.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using the Skip Question IF condition in the form

> Learn how to use the Skip Question IF condition in the form in ServiceM8.

In this lesson you will learn how to apply the following IF condition parameters in your form question(s).

IF statement condition allows you to check whether a condition is met, returns one value if True and another value if False.

Here are the available IF condition parameters:

* Equal to
* Not equal to
* Greater than
* Less than
* Contains
* Does not contain
* If ALL conditions match
* If ANY conditions match

## Equal to

[<img src="https://mintcdn.com/servicem8/wtMDauhTMFIBft7_/images/006-811-982-medium-f0b16949-b00c-4841-aaeb-3b816d21c31e.png?fit=max&auto=format&n=wtMDauhTMFIBft7_&q=85&s=7c7153ff14e1c6cfda034a483d6430c4" alt="Equal to" width="855" height="396" data-path="images/006-811-982-medium-f0b16949-b00c-4841-aaeb-3b816d21c31e.png" />](/images/006-811-982-f0b16949-b00c-4841-aaeb-3b816d21c31e.png)

In this example, if the answer for the question "Completed task?" is **equal to** "YES" then it skips the following question - "Reason for not completing the task". If the answer doesn't match, then you will need to fill in the selected question.

## Greater than

[<img src="https://mintcdn.com/servicem8/wtMDauhTMFIBft7_/images/006-811-984-medium-0a8624d0-9f86-446e-b0c0-b558892f6527.png?fit=max&auto=format&n=wtMDauhTMFIBft7_&q=85&s=da6a2daf99833238403989b1f19bcfc0" alt="Greater than" width="855" height="345" data-path="images/006-811-984-medium-0a8624d0-9f86-446e-b0c0-b558892f6527.png" />](/images/006-811-984-0a8624d0-9f86-446e-b0c0-b558892f6527.png)

In this example, if the answer for the question "How many stock item left?" is **greater than** "1" then it skips the following question - "Request for additional stock item". If the answer doesn't match, then you will need to fill in or answer the selected question.

## Less than

[<img src="https://mintcdn.com/servicem8/wtMDauhTMFIBft7_/images/006-811-986-medium-b2146748-c51f-4b6c-b4d4-18a51c33a163.png?fit=max&auto=format&n=wtMDauhTMFIBft7_&q=85&s=400706bde5e6551b150165cad79ce4a0" alt="Less than" width="855" height="446" data-path="images/006-811-986-medium-b2146748-c51f-4b6c-b4d4-18a51c33a163.png" />](/images/006-811-986-b2146748-c51f-4b6c-b4d4-18a51c33a163.png)

In this example, if the answer for the question "Outstanding Balance?" is **less than** "1.0" then it skips the following question - "Remaining Balance". If the answer doesn't match, then you will need to fill in or answer the selected question.

## Not equal to

[<img src="https://mintcdn.com/servicem8/wtMDauhTMFIBft7_/images/006-811-988-medium-ce9f45bc-0655-41b4-87e0-da46af0cdccb.png?fit=max&auto=format&n=wtMDauhTMFIBft7_&q=85&s=459a144212ebf8998b5dfbb22904dae6" alt="Not equal to" width="855" height="316" data-path="images/006-811-988-medium-ce9f45bc-0655-41b4-87e0-da46af0cdccb.png" />](/images/006-811-988-ce9f45bc-0655-41b4-87e0-da46af0cdccb.png)

In this example, if the answer for the question "Are you able to add the new client?" is **not equal to** "NO" then it skips the following question - "Describe the issue". If the answer doesn't match, then you will need to fill in or answer the selected question.

## Contains

[<img src="https://mintcdn.com/servicem8/wtMDauhTMFIBft7_/images/006-811-990-medium-45f90c67-ea91-4ffe-95a7-1f6c6ba493d1.png?fit=max&auto=format&n=wtMDauhTMFIBft7_&q=85&s=b392c90c6ae49e3765e73bdb3fd3ea0e" alt="Contains" width="855" height="411" data-path="images/006-811-990-medium-45f90c67-ea91-4ffe-95a7-1f6c6ba493d1.png" />](/images/006-811-990-45f90c67-ea91-4ffe-95a7-1f6c6ba493d1.png)

In this example, if the answer for the question "AC system voltage reading" **contains** "110V" then it skips the following question - "Faulty AC voltage". If the answer doesn't match, then you will need to fill in or answer the selected question.

## Does not contain

[<img src="https://mintcdn.com/servicem8/wtMDauhTMFIBft7_/images/006-811-992-medium-daa3c579-bd38-4ebb-b4eb-88379faf37dd.png?fit=max&auto=format&n=wtMDauhTMFIBft7_&q=85&s=68a2eeeb980a069f90a5389a260471cb" alt="Does not contain" width="855" height="439" data-path="images/006-811-992-medium-daa3c579-bd38-4ebb-b4eb-88379faf37dd.png" />](/images/006-811-992-daa3c579-bd38-4ebb-b4eb-88379faf37dd.png)

In this example, if the answer for the question "Task note or comment" **does not contain** "problem" then it skips the following question - "Please indicate the issue here". If the answer doesn't match, then you will need to fill in or answer the selected question.

## If ALL multiple conditions match

[<img src="https://mintcdn.com/servicem8/wtMDauhTMFIBft7_/images/006-811-994-medium-5eff4fbb-4b8e-46b2-a652-facf937a4851.png?fit=max&auto=format&n=wtMDauhTMFIBft7_&q=85&s=794105cc9820e0989a252c8a42ab3e77" alt="If ALL multiple conditions match" width="855" height="457" data-path="images/006-811-994-medium-5eff4fbb-4b8e-46b2-a652-facf937a4851.png" />](/images/006-811-994-5eff4fbb-4b8e-46b2-a652-facf937a4851.png)

In this example, if all the conditions for the three questions in this form are **ALL** met then it skips the following question - "Request part order here:".

## If ANY multiple conditions match

[<img src="https://mintcdn.com/servicem8/wtMDauhTMFIBft7_/images/006-811-996-medium-52c71bdb-64f6-44cf-a196-033a4378692d.png?fit=max&auto=format&n=wtMDauhTMFIBft7_&q=85&s=7492fac143cb5c15a779159a54b80f5e" alt="If ANY multiple conditions match" width="855" height="463" data-path="images/006-811-996-medium-52c71bdb-64f6-44cf-a196-033a4378692d.png" />](/images/006-811-996-52c71bdb-64f6-44cf-a196-033a4378692d.png)

In this example, if **ANY** of the conditions from the three questions in this form is met then it skips the following question - "Request part order here:".
