Hello im having a problem. I create the survey perfectly, but in the link when the user click to make the survey , it prompt to put a password.
I tried setting none on the token or with some text but allways is the same..
how can i create dinamically surveys with the api you offer but without password prompt??
I create the survey like that, like your example
$sReturn = $client->sCreateSurvey(LS_USER, LS_PASS, $iVid, $sVtit , $sVbes, $sVwel, $sVend, $sMail, $sName, $sUrl, $sUbes, $sVtyp);
$sReturn .= $client->sActivateSurvey(LS_USER, LS_PASS, $iVid, $startdate, $enddate);