Warning |
---|
You cannot downgrade from version 2.x/3.x to version 1.x automatically (without manually re-importing datasets with a recovery APIs) Upgrading from 1.x to 2.x is done for you automatically, with data migration. See release notes for the version 2.0.1 We advise you to take extra care with upgrading to version 2.x+ from 1.x branch and test your form configurations in your test environments first, before upgrading your live environments. |
Info |
---|
If you have any questions about upgrading to ConfiForms version 2.x or have any issues, please contact us via Support Request Form See also Known issues |
Info |
---|
Development versions could be found here: http://vertuna.com/builds/ |
...
Table of Contents | ||
---|---|---|
|
Warning | ||
---|---|---|
Please note that ConfiForms is now more strict with the expressions that you have for filtering or accessing values - it does EXACTLY what you ask, and tries to provide the value for the property/field you ask. Previous behaviour was as follows - the "latest resolved value" has been returned as a result. Now this has changed and ConfiForms will not do that, but will return the value for the property that you have asked For example - you have something like this: A dropdown field named "mySelect" and was having the expression like this
ConfiForms before the 3.14 will return a value for [entry.mySelect], ConfiForms version 3.14 and newer, will return an empty value, as there is no property as "something" in the dropdown field (see Accessing field values and properties), neither "something" is a function (Virtual functions) |
...