# Consent Form (GDPR)

In Documentero, we offer the Shared Web Forms feature, a tool designed to capture data from either our website or yours (if you choose the embedded option). However, as the controller of the information and depending on the data you collect, it is essential to notify your customers about when and how their information is being processed to ensure GDPR compliance.

**How to add consents to your web form:**

1. Add hidden fields to your template (we recommend adding it at the end of document):

```
{termsAndConditions | hide}
{privacyPolicy | hide}
```

2. Go to template form configuration and configure each field:\
   \- as "Checkbox" type\
   \- as "Required Field"\
   \- set "Default Value" to unchecked\
   \- you can provide more details or links in Additional Info section (including links to policies in markdown format)\
   ![](/files/fOkU3qZaeSfLwoy8LPuB)
3. Save form configuration
4. From now your Form & Shared Forms will require checking your consents before app will allow submit your form:\
   ![](/files/zxYqRFIRBZIBgQjLGQ5l)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.documentero.com/documentation/forms/shared-forms/consent-form-gdpr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
