Quick Overview
Get a quick overview of Forms: what it is, where to find it, and how it fits in your workflow.
Introduction
Section titled “Introduction”Forms are where user input, validation, and submission logic meet, so it helps to start with a clear map. This quick overview points out the main building blocks in Wappler, shows how the pieces connect, and prepares you for the focused tours on layout, validation, and repeatable sections.
Creating a Form
Section titled “Creating a Form”Add a form to your page from the Components picker. You can use predefined form templates or build your own from scratch.
Form Elements
Section titled “Form Elements”Add form elements like text inputs, textareas, selects, checkboxes, radio buttons, and file uploads. All styled with Bootstrap.
Form Validation
Section titled “Form Validation”Add the Form Validator component to validate user input both client-side and server-side. Set rules for required fields, email formats, and more.
Next steps
Section titled “Next steps”Connect your form to a Server Action to process the data.