- Posts: 30
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
No : it's not an issueThat looks pretty good - I got it work to create individual qr codes with token and save it temporary on the server and put 5 codes per page (with a "for"-function). Unfortunately "NewDirectRequest" does not work - I open a bug report...
400: Falsche Anfrage Der CSRF-Token konnte nicht verifiziert werden.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
$dateFrom = Yii::app()->getController()->widget('ext.DateTimePickerWidget.DateTimePicker', [ 'name' => 'validfrom', 'value' => $validfrom ?? '', 'pluginOptions' => [ 'format' => "DD.MM.YYYY HH:mm", 'allowInputToggle' => true, 'showClear' => true, 'locale' => 'de' ] ]);