StratusForms
StratusForms copied to clipboard
Lightweight InfoPath alternative for SharePoint 2007,2010,2013,2016,2019 and Office 365
Hi guys, I have a form with date field named **FormDate**. I use default html5 date picker by setting the `type="Date" ` Here is the code sinppet from form. ``...
Step to reproduce 1. create textarea 2. Load and fill the form 3. Check -> item is present in StratosFormData field 4. Reload the same record -> textarea is empty....
A new form with a repeatable section (data-StratusFormsRepeatable="Y") does not have any delete option until a 2nd row is added. This should be configurable by code - sometimes you want...
The first argument of `PopulateFormData()` is `form `and as a jquery selector it is supposed to limit which fields are being populated (or at least that's how I've understood it...
In line 715 of stratus-forms-1.55.js you have this line: ` if (repeatableArray[index].StratusFormsParent != "undefined") {` Pretty clearly it was meant to be this: ` if (repeatableArray[index].StratusFormsParent !== undefined) { //...
So after wandering for a while I found #29 and looking at the change and revert there I finally figured out that I could "fix" this behavior by adding the...
I am trying to save a form and sometimes I need to change from a non-blank value to a blank value. For most types I can just use a space...
So i am using the Timesheet example for initial testing (SP2016). i changed the 'formID' to 'ID' and added a content editor to the new and edit forms for my...
Anyone else running into this error import the sppkg? There were errors when validating the App manifest.: Xml Validation Exception: 'The 'SkipFeatureDeployment' attribute is not declared.' on line '1', position...
I have a few forms and they were working great, now all of a sudden when you submit the form the completefunc is not getting called. THe data gets saved/updated...