Skip to content

Commit 4fb23c0

Browse files
Update forms.md (#258)
Overview Title is not proper as per the page updated to Forms Overview
1 parent 9c85284 commit 4fb23c0

File tree

1 file changed

+3
-3
lines changed
  • docs/resources/control-flow/user-interactivity/forms

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
slug: /resources/forms
3-
title: Overview
3+
title: Forms Overview
44
tags: [Forms]
55
keywords: [FlutterFlow, forms, input fields, user interface, mobile app development, data collection, user interaction]
66
description: Learn how to work with Forms in FlutterFlow app.
77
sidebar_position: 0
88
---
99

1010

11-
# Overview
11+
# Forms Overview
1212
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.
1313

1414
:::tip
1515
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.
16-
:::
16+
:::

0 commit comments

Comments
 (0)