# WordPress Plugin

{% hint style="info" %}
The Forms.md WordPress plugin is very simple to use, in a way where it's actually self-documenting. You'll find short hints on what to do directly on your WP Admin after installing the plugin.
{% endhint %}

The Forms.md WordPress plugin allows you to use the software inside WP, making it easy to create elegant, Typeform-style forms on your site.

## AI Form Builder

Use the AI Form Builder to create or edit forms from the **Add New Form** and **Edit Form** pages in your WP Admin.

You can also set up ChatGPT for form generation:\
<https://wp.forms.md/ai-form-builder-chatgpt-setup/>

## Theming

Customize your forms from the **Settings** page to match your design preferences. Both light mode and dark mode are supported.

You can also set a form's container height, padding, custom CSS (like borders) from the **Add New Form**/**Edit Form** page, under **Layout Options**.

## Google reCAPTCHA

Protect your site from spam by configuring Google reCAPTCHA in the **Settings** page.

## Permissions

Control which WP admin users can access forms and responses from the **Settings** page.

## Form Content

The plugin uses Forms.md under the hood, so you can refer to the documentation to add text inputs, email inputs, opinion scales, slides, and more. If you run into syntax issues, you can use the AI Form Builder or set up ChatGPT to generate your forms automatically.&#x20;

That said, here are some relevant docs for the form fields, slides, settings, etc., just make sure to use the **Markdown-like** text in the **Content** field when creating/editing forms on your WP site:

{% content-ref url="/pages/Dd1abEtAkeVRZ0bAOqxe" %}
[Form settings](/getting-started/settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/1BdhNeAEereqEk1OCIjW" %}
[Localization](/customization/localization.md)
{% endcontent-ref %}

{% content-ref url="/pages/jrrP6C2FlSxXiKqn8tBw" %}
[Text input](/input-types/text-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/caw8GoyjmU20CSl4OGtH" %}
[Email input](/input-types/email-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/auemgys5xDmpbulqnUXI" %}
[URL input](/input-types/url-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/WWzNGBtQPCY9WrQ6GzHw" %}
[Telephone input](/input-types/tel-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/w83TaSL0Va226CwtT0u8" %}
[Password input](/input-types/password-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/o3BAJNzkg7u8tCbOp8MG" %}
[Number input](/input-types/number-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/M1zFFQmdwvSX95CluTHC" %}
[Select box](/input-types/select-box.md)
{% endcontent-ref %}

{% content-ref url="/pages/3pMMv1tGJhGh7ccW7x23" %}
[Choice input](/input-types/choice-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/IIXH26duircLbbnVA2mg" %}
[Picture choice](/input-types/picture-choice.md)
{% endcontent-ref %}

{% content-ref url="/pages/Mf0teoKAvnW6CSONKG7O" %}
[Rating input](/input-types/rating-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/Wq7EIYuitupm9tpbn6zq" %}
[Opinion scale / Net Promoter Score®](/input-types/opinion-scale.md)
{% endcontent-ref %}

{% content-ref url="/pages/RPdxIKBkAwU01Yux4QVV" %}
[Datetime input](/input-types/datetime-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/91tKVOEEaEBLQB3HCSWp" %}
[Date input](/input-types/date-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/3ufW4dhv5m7OmLjJwa0M" %}
[Time input](/input-types/time-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/9c7M21NPk81agaaCvJ9i" %}
[File input](/input-types/file-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/DYZsSIYnJZaBymUwBo00" %}
[Slide](/content/slide.md)
{% endcontent-ref %}

{% content-ref url="/pages/a7RrFprnSoKE3NnVbeBX" %}
[Start slide](/content/start-slide.md)
{% endcontent-ref %}

{% content-ref url="/pages/tQP1rFGkfwblgKJbP3Ia" %}
[End slide](/content/end-slide.md)
{% endcontent-ref %}

{% content-ref url="/pages/6ODthy2SEEi2G6sFCAPM" %}
[Markdown](/content/markdown.md)
{% endcontent-ref %}

{% content-ref url="/pages/u94Ct2sMKy7Yhxx0tsqq" %}
[Data binding](/content/data-binding.md)
{% endcontent-ref %}

{% content-ref url="/pages/aqWV44WzbBfLbIFA31qv" %}
[CSS utility classes](/content/css-utility-classes.md)
{% endcontent-ref %}


---

# 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.forms.md/integrations/wordpress-plugin.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.
