April 27, 2024

MoDCore

Welcome to the core

Email continue later link to a user

This code will let you continue a survey later,
In the script node
var callblocklink = GetRespondentUrl(“Email progress link to Respondent”,true);
f(“callBlockEmailProgressLink“).set(callblocklink);
Add 3 variables, all open text-
callBlockEmailProgressLink
progressLink
progressQn
This needs to be added to the theme of the survey in the HTML, i have this wrapped around an image/button.
<a href=”^f(‘callBlockEmailProgressLink‘)^”><img src=”/isa/KBKMCYMXLIPKGTAVDBMBMPPTGXGACBKX/Continuelater.png” vspace=”0″ hspace=”0″ border=”0″ alt=”Continue later”>

Once clicked take to a new block with this script node var progresslink = GetRespondentUrl(f(“progressQn”).get(),false);
f(“progressLink”).set(progresslink);

After an open to pick which email address the link will be sent to.

You will need to change the parts in bold to match what you need, the correct name for the call block and also what the image is called and where its saved.
Enjoy
Copyright © All rights reserved. | Newsphere by AF themes.