I get the following error when viewing a form with a checkbox group that takes data from a db read action:
Line 113 is:
I setup the DB read and the checkbox group as usual (in CF v4), I don't understand if I'm doing something wrong.
Thank you
maxx
Warning: array_combine() expects parameter 1 to be array, null given in mysite/administrator/components/com_chronoforms5/chronoforms/actions/html/html.php(113) : eval()'d code on line 6
Line 113 is:
eval('?>'.$form->form['Form']['content']);
I setup the DB read and the checkbox group as usual (in CF v4), I don't understand if I'm doing something wrong.
Thank you
maxx