From d69775902a2c309c1a4094e038b591c6f2ff736f Mon Sep 17 00:00:00 2001 From: Hitech Hitesh <30888378+hiteshkothari@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:46:57 +0530 Subject: [PATCH] Update forms.md Overview Title is not proper as per the page updated to Forms Overview --- .../control-flow/user-interactivity/forms/forms.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +:::