diff --git a/docs/resources/control-flow/user-interactivity/forms/forms.md b/docs/resources/control-flow/user-interactivity/forms/forms.md index 031f6cb0..82489cb1 100644 --- a/docs/resources/control-flow/user-interactivity/forms/forms.md +++ b/docs/resources/control-flow/user-interactivity/forms/forms.md @@ -1,6 +1,6 @@ --- slug: /resources/forms -title: Overview +title: Forms Overview tags: [Forms] keywords: [FlutterFlow, forms, input fields, user interface, mobile app development, data collection, user interaction] description: Learn how to work with Forms in FlutterFlow app. @@ -8,9 +8,9 @@ sidebar_position: 0 --- -# Overview +# Forms Overview Forms are a fundamental part of many applications, serving as the primary method for users to input and submit data. Whether you're building a simple contact form or a complex multi-step survey, FlutterFlow provides a comprehensive set of tools to create, validate, and manage forms effectively. :::tip In this section, you'll learn how to add form widgets such as [**TextField**](form-widgets/text-field.md), [**Dropdown**](form-widgets/dropdown.md), [**RadioButton**](form-widgets/radiobutton.md), [**Checkbox Widgets**](form-widgets/checkbox.md) and add [**Validations**](form-validation.md) and [**set**](form-actions/set-form-field.md)/[**reset**](form-actions/reset-form-field.md) actions on these widgets. -::: \ No newline at end of file +:::