Difference between revisions of "Features/Questionaires"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
Returning questionaires will be sent to a specific user, and contains access token for an existing record. | Returning questionaires will be sent to a specific user, and contains access token for an existing record. | ||
Tokens are nomally sent by status actions, normally to an email field on the record. | |||
=== Instructions === | === Instructions === |
Revision as of 19:31, 10 November 2024
Usages
Questionaires are used for data collection for external parties.
TS questionaires can be used in two modes
- A public page everyone with a link can access
- Specific requests sent to a user to add information to a record
Access are given by adding an interface to an existing entity and defining accces to fields.
Interfaces and questionaires
Normal questionare is a link that creates a new record that an anonoumous user populates.
Returning questionaires will be sent to a specific user, and contains access token for an existing record. Tokens are nomally sent by status actions, normally to an email field on the record.
Instructions
Learn how to set up a questionaires and Interfaces