Hi I have a form named referrals and I am trying to save the data captured by the form to the db table I have created also named referrals.
I have followed the tutorial on how to do it but when when I submit the form, it gives out this error:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/xxx/administrator/components/com_chronoforms/form_actions/db_save/db_save.php on line 85
Warning: implode() [function.implode]: Invalid arguments passed in /home/xxx/libraries/joomla/database/database/mysql.php on line 540
I have tried creating multiple tables with and without the table prefix but it still doesn't work.
Please help me.
I have followed the tutorial on how to do it but when when I submit the form, it gives out this error:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/xxx/administrator/components/com_chronoforms/form_actions/db_save/db_save.php on line 85
Warning: implode() [function.implode]: Invalid arguments passed in /home/xxx/libraries/joomla/database/database/mysql.php on line 540
I have tried creating multiple tables with and without the table prefix but it still doesn't work.
Please help me.