Form
Group inputs with submit / reset. Use with Submit form data.
Using this widget
- Drag Form from the widget pane onto the canvas.
- Bind data with
{{ }}expressions — for example{{ Query1.data }}or{{ groove.store.myKey }}. - Wire events (onClick, onChange, onSubmit) to queries, JS Objects, or framework actions such as
groove.showAlert.
Prefer the global object name groove in new apps. Legacy appsmith.* aliases may still appear in older examples.