The encrypt
tag encrypts the data collected by its parent widget.
1. What is your first and last name?
type: text
encrypt: y
2. What is your employee ID number?
type: integer
encrypt: y
Details
- To encrypt a field, include the tag and set the value to 'y'.
- The
encrypt
tag is only valid on open-end fields. - The
encrypt
tag does not retroactively encrypt data that is already populated, nor does removing the tag make previously encrypted data visible. Encryption happens as the respondent takes they survey. - Questions with
datatype: phone
anddatatype: email
are encrypted by default. - If used with a table, the
encrypt
tag must be applied at the table's root.
Comments
0 comments
Please sign in to leave a comment.