...
The HTML Form has a reference to a Form. All attributes of a Form can be changed in the HTML Form, as if an HTML Form is a Form, so no special mapping is required.
Fields
I've identified 2 major field types, that can be mapped in the field_type table:
...
- field.table_name
- field.attribute_namename
Also, there are some attributes that are not mapped in the HTML Form Schema:
- field.default_value
- field.select_multiple
- form_field.field_number
- form_field.field_part
- form_field.page_number
- form_field.min_occurs
- form_field.max_occurs
- form_field.required
...