What types of forms I can create?
- Repeating—Holds multiple instances of the same set of data.
To make a form repeating, set the Repeating property to True.
- Common—Same data is visible in all study events that contain the form.
To make a form common, set the Common property to True.
- Associated (Two repeating forms in the same study event)—Data from both forms in the association is accessible when a study user works with either form.
To associate two forms, set the AssociatedForm property of one form to the Title of the other form.