> For the complete documentation index, see [llms.txt](https://attr.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://attr.sygnal.com/sa5-forms/about.md).

# About SA5's Forms Lib

This this lib contains features to enhance Webflow's native forms.&#x20;

Currently there are two primary feature-sets;

* Data-binding. Initialize form fields with data, such as the current user's email address, or information from a the querystring or a cookie.&#x20;
* IP Info. Similar to data-binding, you can retrieve and store the users geoip information such as the country, city, and IP they're submitting the form from.&#x20;
* Webhook handling. Often designers want the form submission to go be sent somewhere else like a Zapier or Make interaction, or to a form handler like Basin. SA5 handles both the transmission and the response, to display the appropriate success / failure message depending on the webhook's result. &#x20;

## Future Plans

*Stay tuned.*&#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://attr.sygnal.com/sa5-forms/about.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.
