> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/convert/forms.md).

# Forms

- [Forms - Tutorial Videos](https://docs.sprinthub.com/en/topics/convert/forms/forms-tutorial-videos.md)
- [Forms - Creating Won Opportunities in an Event](https://docs.sprinthub.com/en/topics/convert/forms/forms-tutorial-videos/forms-creating-won-opportunities-in-an-event.md)
- [Saving Form Data as a Comment on the Opportunity in CRM](https://docs.sprinthub.com/en/topics/convert/forms/forms-tutorial-videos/saving-form-data-as-a-comment-on-the-opportunity-in-crm.md)
- [Forms - How to Create Opportunities for Different Owners](https://docs.sprinthub.com/en/topics/convert/forms/forms-tutorial-videos/forms-how-to-create-opportunities-for-different-owners.md)
- [Form - Default value of a custom field](https://docs.sprinthub.com/en/topics/convert/forms/forms-tutorial-videos/form-default-value-of-a-custom-field.md)
- [Forms - Creating a Form to capture Leads](https://docs.sprinthub.com/en/topics/convert/forms/forms-tutorial-videos/forms-creating-a-form-to-capture-leads.md)
- [Forms - Form Creation - Template](https://docs.sprinthub.com/en/topics/convert/forms/forms-tutorial-videos/forms-form-creation-template.md)
- [Forms - Initial Settings](https://docs.sprinthub.com/en/topics/convert/forms/forms-initial-settings.md)
- [Forms - Form Creation](https://docs.sprinthub.com/en/topics/convert/forms/forms-initial-settings/forms-form-creation.md): With SprintHub forms, you can create customized and interactive surveys to get feedback from different audiences. You can analyze the results in real time and make data-driven decisions.
- [Forms - Creating a Column-Formatted Form](https://docs.sprinthub.com/en/topics/convert/forms/forms-initial-settings/forms-creating-a-column-formatted-form.md)
- [Forms - Creating Actions](https://docs.sprinthub.com/en/topics/convert/forms/forms-initial-settings/forms-creating-actions.md)
- [Forms - Create an Access Link for a Form](https://docs.sprinthub.com/en/topics/convert/forms/forms-initial-settings/forms-create-an-access-link-for-a-form.md): You have the option to generate a direct link to your form, making distribution faster.
- [Forms - Inserting forms created in SH into external websites](https://docs.sprinthub.com/en/topics/convert/forms/forms-initial-settings/forms-inserting-forms-created-in-sh-into-external-websites.md)
- [Forms - Common Questions](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions.md)
- [Forms - Strategies for Affiliate Registration and Management](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-strategies-for-affiliate-registration-and-management.md)
- [Forms - Unarchive Leads](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-unarchive-leads.md)
- [Forms - Numeric keypad in the WhatsApp field](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-numeric-keypad-in-the-whatsapp-field.md)
- [Forms - Storing form responses in a custom object](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-storing-form-responses-in-a-custom-object.md)
- [Forms - Saving files directly in the Lead field](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-saving-files-directly-in-the-lead-field.md)
- [Forms - How to duplicate a form](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-how-to-duplicate-a-form.md): To duplicate a form, follow the steps below:
- [Forms - How to create responsive fields in forms](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-how-to-create-responsive-fields-in-forms.md): One way to improve the user experience is to create responsive fields in your forms, as they adapt to the screen size and make viewing easier.
- [Forms - How to Use Select Field and Checkbox Fields](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-how-to-use-select-field-and-checkbox-fields.md)
- [Forms - How to Use the ZIP Code Field](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-how-to-use-the-zip-code-field.md)
- [Forms - Integrating Form with WordPress and Elementor](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-integrating-form-with-wordpress-and-elementor.md)
- [Forms - The number is not a valid WhatsApp](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-the-number-is-not-a-valid-whatsapp.md)
- [Forms - How to Use Lead Tokens in Redirect Links](https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-how-to-use-lead-tokens-in-redirect-links.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/convert/forms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
