- Posts: 16
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('#ls-button-submit').hide().trigger('click'); }); </script>
<a href="https://www.myServer.de/limesurvey/index.php/{SID}?token={TOKEN}&Q1=Ja&newtest=Y">Stimme mit JA</a> <a href="https://www.myServer.de/limesurvey/index.php/{SID}?token={TOKEN}&Q1=Nein&newtest=Y">Stimme mit NEIN</a> <a href="https://www.myServer.de/limesurvey/index.php/{SID}?token={TOKEN}&Q1=Enthaltung&newtest=Y">Stimme mit ENTHALTUNG</a>
[code]<a href="https://www.myServer.de/limesurvey/index.php/{SID}?token={TOKEN}&Q1=Ja&newtest=Y">Stimme mit JA</a> <a href="https://www.myServer.de/limesurvey/index.php/{SID}?token={TOKEN}&Q1=Nein&newtest=Y">Stimme mit NEIN</a> <a href="https://www.myServer.de/limesurvey/index.php/{SID}?token={TOKEN}&Q1=Enthaltung&newtest=Y">Stimme mit ENTHALTUNG</a>