StratusForms
StratusForms copied to clipboard
Suggestion > GetStratusFormsFormID + ResetStratusFormsFormID
Great Solution (thanks!)
However, can I make a suggestion for the following additional functions being made available in: https://github.com/mrackley/StratusForms/blob/StratusForms1.5/stratus-forms-1.5.js
$.fn.ResetStratusFormsFormID = function() { gStratusFormsFormID = "0"; }
$.fn.GetStratusFormsFormID = function() { return gStratusFormsFormID; }
Being able to easily "Retrieve" and/or "Reset" the FormsFormID would come in handy
..theorectically, could also have "Set/Update" call - but can understand why you might not want that
$.fn.SetStratusFormsFormID = function(value) { gStratusFormsFormID = value; }
Again, Great Solution (thanks!)
Thanks for the great idea. I'll get it added in the next release.
Another idea would be able to pull multiple values from a lookup list like in SharePoint. It would be great in a select field if I could pull N cols into the new list. So If I pulled city, I could also pull state as an example.