- Posts: 57
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
$dom = new \toolsDomDocument\SmartDOMDocument(); $dom->loadPartialHTML($this->event->get('questions')); $sLableId="ls-question-text-{$oEvent->get('surveyId')}X{$oEvent->get('gid')}X{$oEvent->get('qid')}"; $input=$dom->getElementById($sLabelId);