Hello, I am looking for an appropriate method of obtaining the ID of a newly created form element. For example, in a typical module we might have something like this: $smarty->assign('comment_input', $this->CreateTextarea(false, $id, '', 'comment_body', '', $id.'comment_body', '', '', '', '')); The ...