CMSB v3.65 Released (Feb 9th) - New Field Types

4 posts by 2 authors in: Forums > CMS Builder
Last Post: March 13   (RSS)

By Dave - February 15

And if anyone wants to try the Foreign Key fields we posted some instructions and demo schema files on the beta thread here:
https://www.interactivetools.com/forum/forum-posts.php?postNum=2246916#post2246916

Dave Edis - Senior Developer
interactivetools.com

By kitsguru - February 29

There appears to be another special field type "input type='hidden'". Could you provide a use case for this?

Jeff Shields

By Dave - March 13

Hi Jeff, 

Sure, it creates a hidden HTML input field for plugins to store and retrieve data. It looks like this:

<input type="hidden" name="fieldname" value="value">

Be aware that while the field and its value are not visible on the rendered page, they can still be viewed or modified through the HTML source.

Say you wanted to make a plugin that displayed a color-picker UI, you could load and save the value to this field.

Note: There's a bug where these values aren't saving in the current version, and we'll be releasing a fix for that shortly.

Dave Edis - Senior Developer
interactivetools.com