- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
{if(TOKEN:EMAIL, TOKEN:EMAIL, '')}
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ var tokenEmail = '{TOKEN:EMAIL}'; if(tokenEmail.length > 0) { $('#question{QID}').hide(); } }); </script>