CMSMS 1.4.1 using module API +
Code: Select all
$config['assume_mod_rewrite'] = true;
$config['use_hierarchy'] = true;
Code: Select all
$this->smarty->assign('startform',$this->CreateFormStart($id,'default',$returnid,'post','',true));
There are no changes if setting $inline to true or false. I need to return to the same page after form submission where the form has been called. Any help?