- Posts: 43
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
The survey has a question with the code comments.$ResponseData = array("id" => 7, "comments"=>"TEST");
$resp = $lsJSONRPCClient->update_response($SessionKey,$SurveyId,$ResponseData);
$ResponseData = array("id" => 7, "111111X222X333"=>"TEST"); $resp = $lsJSONRPCClient->update_response($SessionKey,$SurveyId,$ResponseData);