With firebug I get this error that comes from components/com_chronocontact/js/customclasses.js
How can I fix this error?
invalid assignment left-hand side
[Break on this error] myCal_d/m/Y = new Calendar({ d/m/...Y' }, { classes: ['dashboard'] }); \n
How can I fix this error?
Hi felipe,
This is because your field name contains several slashes (/), which is used for divisions. Please remove these from the field name. Also remember to alter the "Date Fields Names" setting in the form setup General tab to match the new field name.
/Fredrik
This is because your field name contains several slashes (/), which is used for divisions. Please remove these from the field name. Also remember to alter the "Date Fields Names" setting in the form setup General tab to match the new field name.
/Fredrik
Thanks, it wasn't not my fieldname. It was the "Date Fields names" on teh general tab, that by default it were d/m/y, So I change it to date_1 and the error desappear.
Thanks
Thanks
Hi, just a clarification, this was a glitch in one of the latest releases and was fixed in the latest one.
Regards
Max
Regards
Max
This topic is locked and no more replies can be posted.