This is a note of reported bugs in ChronoForms v4 RC 3.2
I think that the majority of bugs from previous versions have been fixed, I've brought forward a couple that are not yet fixed.
[list=a]In the Image Resizer action the suffix is added after the file extension, workaround is to use the prefix instead or to use Custom Code to rename the file after the Image Resizer action. See the later part of this post
weissmag pointed out that the auto-generation of ids for radio boxes when the box values are not valid characters for an id e.g. they are in Hebrew. See this post. Also option values like 1 & -1 will create non-unique ids.
The Data Republisher doesn't recognise the new HTML5 input types. See this thread for a workaround. Ideally there would also be a drop-down selector for types in the Text element too.
I found a problem with the data republisher giving error messages with checkbox groups "Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash". This happens because in some cases the code escapes the regex delimiter by mistake. Fix is to use '#' as a delimiter instead of slash. The attached zip file contains an updated version of components/com_chronoforms/libraries/includes/data_republish.php
A few users are seeing a Fatal Error in the admin after upgrading to CFV4 RC3.2 "Fatal error: Class 'ChronoFormsAdmin' not found in . . ./administrator/components/com_chronoforms/admin.chronoforms.php on line 88". At present there is no fix, please report to Max using the Contact Us link above if you get this error.
cb1 reported an error "Fatal Error: Cannot redeclare class CFChronoForm in . . . components/com_chronoforms/libraries/chronoform.php on line 382" with more than one form on the same page. Fix is here
picht noticed that Element validation checkboxes aren't working in IE8. See this post
ciovo reported several bugs with the Joomla! Registration action not handling Joomla! 2.5 user groupd correctly. See his post [/list:o]
Bob
I think that the majority of bugs from previous versions have been fixed, I've brought forward a couple that are not yet fixed.
[list=a]
Bob