aiya, it actually saved my form data. It replace the exisiting record instead of inserting a new one. I am wonder why it run update instead of insert. Just a very simple action....
thanks for your information
I am facing a new problem now. Just now I fail to create new record to database using fuelcms. All custom code have been commeted, only the basic code left now and I still cannot create record probably.
Table and code s…
ok I found that I can do it in this way:
$config['modules']['Locations'] = array(
'filters' => array(
'parent_id' => array(
'default' => 1,
'label' => 'Parent',
'type' => 'select',
'options' => array(
1 => …