---
title: Creating Terms & Conditions Questions | Paperform Help Center | Paperform
description: The slash command /terms can be used to create a question for T&Cs with a simple "I agree" checkbox that must be ticked to continue.
url: "https://paperform.co/help/articles/creating-terms-and-conditions"
type: static
generatedAt: "2026-04-04T00:42:01.422Z"
---

Creating Terms & Conditions Questions
### Field Types

Creating Terms and Conditions questions is easy using Paperform!

In most cases, you'll want to provide a checkbox option labeled "I agree" or something similar, which needs to be selected to indicate consent before the form can be submitted.

![A question titled "Terms & Conditions," with two paragraphs of example terms added in the help text area. There is a single checkbox below, labeled "I agree."](https://img.paperform.co/fetch/f_auto,w_1400/https://d3gw2uv1ch7vdq.cloudfront.net/img/full-t-cs-example-question-unselected.png)

This can be done using a [Multiple Choice question](https://paperform.co/help/articles/how-do-i-add-multiple-choice-questions-to-my-form/) with a single option. A checkbox will be used instead of a radio button when "Can choose more than one option" is toggled on in the configuration panel. If the question is also required, then the box will need to be checked in order for the submitter to proceed.

As a shortcut, you can create a question like this using a slash command:

 1. Click on a blank line in the editor where you want your new question to be.
 1. Enter this slash command: `/terms`
 1. A drop down window should appear. Select "Terms & Conditions" from the list provided.

![The text "/terms" written directly on to the form in the editor, with a Quick Question option appearing below, "Terms & Conditions"](https://img.paperform.co/fetch/f_auto,w_1400/https://d3gw2uv1ch7vdq.cloudfront.net/img/slash-command-terms-2022.png)

This will create a new Multiple Choice question, already set up with a single checkbox labeled "I agree." You can edit the title and help text of the question here, or click the configuration panel the right to change the text of the option and configure other settings.

## Style Options

In the example at the top of this page, the terms themselves are pasted directly into the help text for the question. For a different look, you could add them to the page as plain text.

![An example set of Terms & Conditions written out in plain text on a form page. Below, there is a question "Do you agree to the terms above?" with a single checkbox option, "I agree."](https://img.paperform.co/fetch/f_auto,w_1400/https://d3gw2uv1ch7vdq.cloudfront.net/img/t-cs-written-on-page.png)

Or, if you have your T&Cs on an outside web page already, consider [using a hyperlink](https://paperform.co/help/articles/can-i-link-a-website-in-my-form/) instead so that the form doesn't get too crowded with information.

![A question, "Do you agree to our Terms & Conditions?" with the words "Terms & Conditions" acting as a link to another page. There is a single checkbox option, "I agree."](https://img.paperform.co/fetch/f_auto,w_1400/https://d3gw2uv1ch7vdq.cloudfront.net/img/linked-t-cs.png)

Links will always open in a new tab or window, so you don't need to worry about the submitter losing progress on the form.

On selected plans, you may also choose to [add a Signature field](https://paperform.co/help/articles/esignature-field/) at the end.

![The same Terms & Conditions question with a link, this time with another field right below it. The new question is called "Signature" and there is a space labeled "SIGN HERE."](https://img.paperform.co/fetch/f_auto,w_1400/https://d3gw2uv1ch7vdq.cloudfront.net/img/linked-t-cs-with-signature.png)

## Gotchas

 - We don't currently support pop-up windows inside of the form, unless you're able to create them yourself using a [custom HTML block](https://paperform.co/help/articles/what-is-html-and-css/) (Selected plans only.)
 - "Expandable" T&Cs are technically possible using [section visibility logic](https://paperform.co/help/articles/logic-guide/), but the visibility would need to be triggered using the answer to a question. This could be another single checkbox, like "Show T&Cs" or something similar.

### Related Articles
  [How do I add multiple choice questions to my form?  On a blank line, type "/multiple" and select "Multiple Choice" from the popup menu, or click "Add questions" and select "Multiple Choice" from the question dropdown.](/help/articles/how-do-i-add-multiple-choice-questions-to-my-form/)
[How do I add an e-signature to my form?  You can capture e-signatures on selected plans with the Signature field. To use this feature, begin by creating a new question field, then change the type to "Signature" using the dropdown list provided.](/help/articles/esignature-field/)
[Can I hyperlink a URL on my form?  You can easily hyperlink any URL on your form so that when a submitter clicks on it, it automatically opens the page in a new tab.](/help/articles/can-i-link-a-website-in-my-form/)
[How do I insert page breaks and section breaks (pagination & question branching)?  Use breaks to divide a form into either pages or sections that can be shown conditionally based on responses.](/help/articles/page-breaks-and-section-breaks/)
[Does Paperform support HTML and CSS?  We support adding custom HTML and CSS on selected plans.](/help/articles/what-is-html-and-css/)
[How can I insert a checkbox?  Use the “Multiple Choice” question type, and toggle on “Can choose more than one answer” under the question’s configuration.](/help/articles/checkbox-field/)