StratusForms
StratusForms copied to clipboard
Lightweight InfoPath alternative for SharePoint 2007,2010,2013,2016,2019 and Office 365
I am able to set up a 2nd instance of the Repeating Rows on my form and it saves the data however, it does not display the data when the...
So when I have a separate (input type="file"...) field in my form and I save the value in StratusForms and then load it again, SF tries to load a value...
I have a Choice column that allows for multiple selections. The tag on my form has the Multiple option set. Ex. `` The issue is several fold: 1) I have...
It would be really helpful if there were some technical documentation to help p eople get started and take it to the next level with StratusForms. I've worked on enough...
I note issue #15 which was fixed by 1.55a - code follows: if (field === "StratusFormsRepeatable") { var repeatableArray = formData[field]; var repeatNum = 0; for (var index in repeatableArray)...
So I have a form where in one section the user can set up the options for a select statement in another part of the form. I'm just saving those...
Hello, I have a question, I need to put a dropdown in the form, the values should be loaded from an external api rest, in the new form it is...
How do I display a read-only field, such as an author or editor field?
I was using the phone format and I found out that any time a user deleted a character it was causing issue. I modified the function to take care of...
Is there any way/parameter to preselect one of the fabricUI tabs I defined when opening a form that uses StratusFormsLight?