Hi there,
We want to conduct a survey in which the participants will be invited by postal letter. We will generate each letter individually, including an unique invitation code (different for each person).
Is it possible to implement a way of checking if the password provided by the user belongs to an object (defined within a “derived” or in an asset), and if yes, continue with the survey? Even better, is it possible to make sure that an used password is removed from the list (to avoid multiple people answering with the same password without the need of post-processing the dataset)? I checked the Tutorial 56 - Perl Tricks, but I think this does not directly work.
Thanks in advance!