we have a survey where we use token access control. There are times now that we batch send a survey link to people to distribute. We leave the email token blank. Is there a way we can update the email address token field (in the token table) from a question field in the survey?
As far as I know, there is no way to update the token table directly from the survey. A workaround may be to make an AJAX call to a remote PHP script that uses the
RemoteControl 2 API
with the
set_participant_properties() method
.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
ah, thats a shame. OK, I am not a developer and would be grateful if anyone can pass me details for a developer that has limesurvey experience.
What would be good is:
1. get someone to develop a script to update a a token field from a survey question
2. (not sure if this easier) but manipulate the confirmation/completion auto-respondant email to include the email address from a survey question.