Hello,
I'm not sure why a new record is not being made with my db save action. Here is the debug info:
I am using a db save configured as shown:
[attachment=0]db_save.jpg[/attachment]
The state_tag is the PK for the table and is unique so it should be adding new records to the table but I'm afraid it is not. It's probably something simple I'm over-looking.
Thanks for your help.
Chris
I'm not sure why a new record is not being made with my db save action. Here is the debug info:
Array
(
[option] => com_chronoforms5
[chronoform] => add_equip_form
[event] => submit
[equipment] => Array
(
[state_tag] => Z12345
[type] => Desktop PC
[brand] => Lenovo
[model] => X9876
[serial_no] => 123456
[memory] => 4 GB
[prod_key] =>
[purch_date] => 2015-12-01
[warr_date] => 2015-12-31
[status] => 4
[building] => 10
[room] => NG-102
[date_moved] => 2015-12-02
[comments] => No comments
[date_entered] => 2015-12-09
[staff] =>
)
[button23] => Submit
[result] => 1
)
I am using a db save configured as shown:
[attachment=0]db_save.jpg[/attachment]
The state_tag is the PK for the table and is unique so it should be adding new records to the table but I'm afraid it is not. It's probably something simple I'm over-looking.
Thanks for your help.
Chris