- Posts: 41
- Thank you received: 4
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Ja, würde ich auch so sehen.Man müsste also über den token die ID abfragen und diese dann nutzen.
.... $response = $myJSONRPCClient->list_participants( $sessionKey, $survey_id, 1 ); foreach($response as $row) { if($row['token']=='the_desired_token') { $myID=$row['tid']; } } ... //Und dann geht es weiter mit myID
Please Log in to join the conversation.
Please Log in to join the conversation.