hub.eb?material_id=176

Dragging fields onto the page


Adding a field to your form is as easy as dragging it onto the page or the Outline tree to the position you want it.

Adding a field to a page creates a field control. As with other control types, this field control can be styled to look however you want.

By default the field will have 3 parts visible:

  • Label
  • Editor
  • Help text icon

The field control editor will vary depending on the field type and display type.

Steps


1

Drag the field called 'name' onto the WYSIWYG panel.

2

Run the form and try typing in the Name field editor.

3

Drag the field called date_of_birth onto the Outline tree below the 'name' field control. This works in the same way as dragging the field onto the WYSIWYG panel.

4

Run the form. As the date_of_birth field has type Date, the datepicker icon appears alongside it.

Related