
Search found 2 matches
- Sun May 02, 2010 3:15 am
- Forum: Developers Discussion
- Topic: Form-based module's submit mistakenly takes me to the homepage.
- Replies: 2
- Views: 1352
Re: Form-based module's submit mistakenly takes me to the homepage.
Your than man NaN!! Thanks a lot, it works... Was wondering what the $returnid is used for. Cheers! 

- Wed Apr 28, 2010 10:21 am
- Forum: Developers Discussion
- Topic: Form-based module's submit mistakenly takes me to the homepage.
- Replies: 2
- Views: 1352
Form-based module's submit mistakenly takes me to the homepage.
Hi all, I'm new to CMSMS. Using version 1.6.7 I am developing a simple form-based module. The snippet of code that does this is: $this->smarty->assign('formstart', $this->CreateFormStart($id, 'default', '', 'get', '', true)); .. other input fields ... $this->smarty->assign('nextbutton', $this->Creat...