customfield
Custom fields are used for manually added one-off form field definitions. Use this if you don't want to set up an XSD for this field and don't need any XML configurability or support in the form editor.
Syntax
<customfield />
Attributes
- fieldobject
Specifies the object that directly implements this field.
- contentswitty
Specifies the witty component rendering this field
- enabled
- visible
- groupclasses
- hideinresults
- infotextid
- autocomplete
See https://html.spec.whatwg.org/multipage/forms.html#attr-fe-autocomplete and https://developers.google.com/web/fundamentals/design-and-ui/input/forms/#recommended_input_name_and_autocomplete_attribute_values
- name
- pins
- guid
- hidetitle
- comment
- requiredconditionid
- enabledconditionid
- visibleconditionid
- title
The title that you want to give to an component
- tid
You need to specify the path to the text, if filled in the title will be ignored
- required
If set to true, this field will must contain a non-empty value.