To insert fields into a topic that will be used for a Field Entry Style Form, you will simply position the cursor where you want to insert a field, and then right click and choose Insert Field from the popup menu. At design time, fields will be bookended with the << >> character pair to indicate where the fields are. These markers disappear when in field entry mode, and as such, might affect alignment of text, so keep that in mind when designing your forms. Also note that when in field entry mode, the currently selected field will be highlighted in yellow to make it easier for the user to see the field where they will be entering data into.
Insert Field ® Text Entry Field
This adds a text input field that a user can type anything they want. You will be prompted for a field name, but if you will not need to reference the data using the field tag, the name can be a duplicate name. The only reason to use a unique name is if you will be referencing the data with the special field tag (not yet implemented).
Insert Field ® Checkbox Field
This adds a field checkbox that a user can toggle on/off with either a mouse click or using the spacebar on the keyboard. You will be prompted for a field name, but if you will not need to reference the data using the field tag, the name can be a duplicate name. The only reason to use a unique name is if you will be referencing the data with the special field tag (not yet implemented).