mrackley / StratusForms

Lightweight InfoPath alternative for SharePoint 2007,2010,2013,2016,2019 and Office 365
82 stars 36 forks source link

This Signature, and File (Line 208), has a similar issue #26

Open davidcfk opened 6 years ago

davidcfk commented 6 years ago

https://github.com/mrackley/StratusForms/blob/eb9e9f3a107afc37f563e1ec1a1f2caa810a0f50/stratus-forms-1.5.js#L198

Should be $("div[data-StratusFormsType='Signature']").each(function () {

and

$("div[data-StratusFormsType='File']").each(function () {

respectively

davidcfk commented 6 years ago

Actually... forking and proposing changes later.

mrackley commented 6 years ago

I believe textarea is correct, but I'll need to dig back into the code on this one. Thanks for the help though.. appreciated.

davidcfk commented 6 years ago

Oh? The change I made was adding the closing square bracket as I didn't think the element selector worked that way..