Collect text-based responses from users with support for short text, long-form answers, and additional input types like password, file attachments, and audio recordings. This guide covers configuration options and use cases for effective user input collection.
Note: When using the password input type (or any other input types), you can define the variable in a way that it will not be stored in the results table, ensuring that sensitive information is not exposed. In order to do this just start the variable name with secure_. Any variables that start with this prefix will not be stored in the results table. For example secure_password
will not be stored in the results table, but you can still use it in your flow logic.
Note: For this method to work make sure you add a variable in the Save the URLs in a variable option.