Form inline
Posted: Mon Sep 29, 2008 4:23 pm
I have a problem on
CMSMS 1.4.1 using module API +
While creating form with
and submitting it index.php is loaded instead of page where the form has been called.
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?
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?