patForms Elements

patForms currently provides the following element types:

  • String (simple input field for a string on a single line)
  • Text (simple input field for a multiline text)
  • Number (simple input for a number)
  • Date (allows user to enter a date using drop down boxes)
  • Hidden (hidden field)
  • Enum (drop down box to select a value from a list)
  • Set (select several items from a list)
  • File (manages file uploads)
  • Switch (displays a checkbox)
  • SwitchGroup (displays several checkboxes)
  • Radio (displays a radio button)
  • RadioGroup (displays several radio buttons)
  • Pool (allows user to select several entries from a list)
  • Group (combines several elements to a group)

All element types are located in the Element folder of the source distribution.