My data is not being saved with the form

You probably used the Control Toolbox to add controls to a form. When you add controls from the Control Toolbox, if the control will be used to store data, you should bind the control to a field. Data is stored in fields, not controls. If a control is not bound to a field, the data will be lost when the item is saved or sent.

Note   If you drag a field from the Field Chooser, the control that is created will automatically be bound to the field.