If you have generated a quiz or survey, you can configure that users can participate again by including a link in the final screen that redirects them back to the participation form.
To do this, you must include a specific variable in the HTML of the final screen:
{{{ participate_again_url }}}}
To make it clickable, add the following code:
<a href="{{{ participate_again_url }}}">PLAY AGAIN</a>
To create a button appearance to the link, add the following classes:
btn btn-default
<a class="btn btn-default" href="{{{ participate_again_url }}}">PLAY AGAIN</a>
<p style="text-align: center;"><a class="btn btn-default" href="{{{ participate_again_url }}}">PLAY AGAIN</a></p>
Other specifications
This option is only available for the Cool Promo or Cool Promo White Label applications, included in the Gold and Diamond plans, respectively.
If you have any questions, please contact us at help@cool-tabs.com.
Related content
How to configure custom CSS for your campaign.
Comments
0 comments
Please sign in to leave a comment.