> For the complete documentation index, see [llms.txt](https://docs.powerfulform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerfulform.com/build-your-form.md).

# Build Your Form

- [Customize form field](https://docs.powerfulform.com/build-your-form/customize-form-field.md)
- [Set logic conditions for form](https://docs.powerfulform.com/build-your-form/set-logic-conditions-for-form.md): Using conditional logic, you can make your form dynamic: show or hide fields (or even entire form steps) based on what users choose. This creates a simpler, more personalized experience.
- [Floating form](https://docs.powerfulform.com/build-your-form/floating-form.md): A floating form appears as a small button that stays visible on your page. When clicked, the button opens a popup, allowing users to fill out the form without navigating away from the current page.
- [Cart form](https://docs.powerfulform.com/build-your-form/cart-form.md)
- [Multi-step form](https://docs.powerfulform.com/build-your-form/multi-step-form.md)
- [Bulk order form](https://docs.powerfulform.com/build-your-form/bulk-order-form.md): Bulk order forms allow customers to quickly select multiple products and submit the form.
- [Themes That Support “Match Theme Style”](https://docs.powerfulform.com/build-your-form/themes-that-support-match-theme-style.md)
- [Translate a form](https://docs.powerfulform.com/build-your-form/translate-a-form.md): If your Shopify store supports multiple languages, you can manually translate your forms to match each language.​
- ["After Submit" Actions](https://docs.powerfulform.com/build-your-form/after-submit-actions.md)
- [Edit “Thank you” message](https://docs.powerfulform.com/build-your-form/after-submit-actions/edit-thank-you-message.md): After the form is submitted, the thank you message (text) shows up on the screen to let customers know the form has been submitted successfully.
- [Redirect to a page after submit](https://docs.powerfulform.com/build-your-form/after-submit-actions/redirect-to-a-page-after-submit.md): Use this if you want to send customers to a specific landing page or a special offer after they complete the form.
- [Edit error message on the form](https://docs.powerfulform.com/build-your-form/edit-error-message-on-the-form.md): Customizing error messages allows you to provide clear, branded feedback to users when they input incorrect or incomplete information in your forms.​
- [Add an "I Agree to Terms and Conditions" checkbox to form](https://docs.powerfulform.com/build-your-form/add-an-i-agree-to-terms-and-conditions-checkbox-to-form.md): Adding a consent checkbox ensures users acknowledge your policies (like Terms of Service or Privacy Policy) before submitting the form, helping you stay compliant and protect both parties.


---

# 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.powerfulform.com/build-your-form.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.
