Editing form fields


Basics

Every form in todo4teams can have any number of fields, which can be of different types. The possible types are:

  1. Label: Static text
  2. Textfield: A single-line text field
  3. Textarea: A multi-line text area
  4. Button: A button for triggering actions
  5. Date: An element for capturing a date
  6. Time: An element for capturing a time
  7. Date and time: An element for capturing a date and time
  8. Checkbox: A checkbox
  9. Multi-Selection: Multiple checkboxes, of which any number can be selected
  10. Exclusive multi-selection: Multiple checkboxes, of which a maximum of one can be selected
  11. Integer: A widget for capturing integers
  12. Floating point number: A widget for capturing floating point numbers
  13. Category: A control element for hierarchies
  14. Table: A table
  15. Webview: A view for HTML
  16. Signature: A signature field
  17. Image: Inserting an image
  18. 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:

  1. Using the "Delete" icon in the table of form fields or in the popover dialog in the graphical view
  2. By selecting one or more form fields in the table of form fields and then pressing the "Delete" button
  3. 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:

admin_formfields_13_en.png

the form fields are deleted.