Editing form fields
Basics
Every form in todo4teams can have any number of fields, which can be of different types. The possible types are:
- Label: Static text
- Textfield: A single-line text field
- Textarea: A multi-line text area
- Button: A button for triggering actions
- Date: An element for capturing a date
- Time: An element for capturing a time
- Date and time: An element for capturing a date and time
- Checkbox: A checkbox
- Multi-Selection: Multiple checkboxes, of which any number can be selected
- Exclusive multi-selection: Multiple checkboxes, of which a maximum of one can be selected
- Integer: A widget for capturing integers
- Floating point number: A widget for capturing floating point numbers
- Category: A control element for hierarchies
- Table: A table
- Webview: A view for HTML
- Signature: A signature field
- Image: Inserting an image
- Scan field: A text field into which barcodes and QR codes can be inserted
Every form field (or "Widget") can be freely configured in terms of shape, color, size and alignment.
In addition, many form field types can also contain callbacks, which you can use to actively respond to user input.
Deleting form fields
You can delete one or more form fields in several ways:
- Using the "Delete" icon in the table of form fields or in the popover dialog in the graphical view
- By selecting one or more form fields in the table of form fields and then pressing the "Delete" button
- By selecting one or more form fields in the graphical representation with interactive mode deactivated and then pressing the "Delete" button
After a short query:
the form fields are deleted.