Form inline

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
Sonya

Form inline

Post by Sonya »

I have a problem on
CMSMS 1.4.1 using module API +

Code: Select all

$config['assume_mod_rewrite'] = true;
$config['use_hierarchy'] = true;
While creating form with

Code: Select all

$this->smarty->assign('startform',$this->CreateFormStart($id,'default',$returnid,'post','',true));
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?
Post Reply

Return to “Developers Discussion”