- Posts: 14
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
{qRADIO = if(qRADIO == "", TOKEN:ATTRIBUTE_1, qRADIO)}
<script> $(document).ready(function() { $("#question{QID} input.text").val('{TOKEN:EMAIL}'); }); </script>
{R01 = (is_empty(R01), TOKEN:EMAIL, R01)}