v7.4 #621
jegelstaff
announced in
Announcements
v7.4
#621
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version 7.4 is out! See more on the release notes.
Important notes for developers...
If you are gathering text values from the database via getData and then using them to lookup other values... ie:
If you're doing stuff like that, where you use the display function to get a text value that you use to lookup data in the database, then there may be impacts in the latest version on how your code works.
Currently, Formulize stores text values with the following characters converted to html special characters:
Currently, the display function returns to you a clean value with the literal characters in it, no html special characters. For now, you will need to take this into account in any custom code that manually gathers data from the database like this. In a future release, the data storage format will be changed so there are no html special character conversions on user data entered to the database.
Beta Was this translation helpful? Give feedback.
All reactions