# Hidden Fields: Track Traffic and Block Bots

{% hint style="info" %}
In this section, you will find insights on forms' hidden fields in ActiveCampaign.&#x20;
{% endhint %}

Hidden fields are useful to track contact sources when they fill out a form and prevent spambot form submissions.&#x20;

{% hint style="success" %}

* Hidden fields are text-only custom fields not visible to contacts submitting the form that can be used to pass info about contacts into your account when they submit your form
* They can **only** be used with **Inline forms** in ActiveCampaign and cannot be added to the floating box, floating bar, or modal forms.
  {% endhint %}

How to set them up:&#x20;

* Click the "Website" button in the left-hand menu to access the Forms overview page.
* Select the form you want to edit and click the "Edit" button.
* In the right panel, click "Fields," then select “My Fields” and click "Add a custom field."
* Enter the field name, choose the appropriate group from the "Group" dropdown, select "hidden field" as the field type, and click "Add" to save it.
* Locate the hidden field you created in the list and drag it onto the form in the builder.

Check out our tutorial to learn everything in detail. :point\_down:

{% embed url="<https://www.youtube.com/watch?v=HozdQOzJXGA>" %}

If you have any questions, don't hesitate to [email us](mailto:support@wildmail.io) for free assistance, we are happy to help you.&#x20;


---

# 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.wildmail.io/activecampaign-academy/deep-dive/level-up-your-campaigns/hidden-fields-track-traffic-and-block-bots.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.
