> For the complete documentation index, see [llms.txt](https://docs.wildmail.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wildmail.io/activecampaign-academy/exploring-further/design-your-forms/how-to-design-forms.md).

# How to design forms

{% hint style="info" %}
In this section, you will find insights to design your form in ActiveCampaign.&#x20;
{% endhint %}

### How to design your forms:&#x20;

1. Access your ActiveCampaign account and select "Website" from the navigation menu.&#x20;
2. Click on "Create Form" to start designing your form, choosing from options like inline forms, modal, or pop-up.
3. Add the necessary fields using both predefined options and custom fields to collect the desired information.
4. Customize the form design to match your brand's aesthetic by adjusting the color, size, font, etc.
5. Set up tracking options and automations, such as welcome emails or scheduled email series.&#x20;

Once your form is ready, you should share it with your users to automate their registration in ActiveCampaign; each time a user completes the form, they will be added to a list in your account, and you can even [tag](/activecampaign-academy/getting-started/organize-your-contacts/how-to-create-tags.md) them for [segmentation](/activecampaign-academy/getting-started/organize-your-contacts/how-to-segment-your-lists.md).&#x20;

To add the form to your website, insert the provided code snippet into the HTML space of your page, save the changes, and publish.&#x20;

We explain everything in detail in the tutorial below. Check it out! :point\_down:

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

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/exploring-further/design-your-forms/how-to-design-forms.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.
