I am using custom form code, just fyi,
I am getting this error message at the top of my test from page:
Warning: implode(): Invalid arguments passed in /home/content/84/8965484/html/new3/administrator/components/com_chronoforms5/chronoforms/actions/html/html.php on line 553
Hi isiteweb,
Which version of ChronoForms do you have installed? In the current version this line appears to be a part of the Event management code that is creating form JavaScript. I'm a little surprised that is being used if you have custom form code.
You can hide PHP Warnings - which are intrusive but harmless - by setting your site Error reporting to System Default or to None.
Bob
Yes, I am using the newest version, just downloaded it, I did see it had no effect on the form, it still worked fine, I will do as you suggested and turn off the error reporting.
thx, John
This issue should be fixed in the next update!
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Thx, for now I did disable error reporting and that fixed the issue of seeing the message on the page.