I have 2 cmsms pages: page1 and page2
In page2 I put a module that creates a form in this way:
Code: Select all
$smarty->assign('formstart', CreateFrontEndFormStart($id,'16','default');
where '16' is the id of page1.
$smarty->assign('myvalue', $this->CreateInputHidden($id, 'myvalue', '11475' ));
What am I doing wrong?
thanks