Forum Replies Created
-
AuthorPosts
-
Nacho,
Not sure if this would help, but would using an obfuscator on your JS code help the matter to scramble the code a bit more and secure it further?
Like so?
http://www.javascriptobfuscator.com/Javascript-Obfuscator.aspx
September 11, 2017 at 22:50 in reply to: use DFFS to populate form field LABEL data from a lookup list? #18135My teammate actually came upon the solution using DFFS. We have all of the questions in a master list and the form field labels are hidden via side by side indexes. The destination list (current list) has field for “question” and “answer”, and upon form load, the “questions” are being pre-filled with the values from the lookup list. The “answers” are just single line of text fields awaiting whatever they put in. When they save the form, we the answers, but also the exact text that was asked for the matching question.
Thanks for the quick reply – no change. Still shows the same when using {“colors”:[“blue”,”gray”,”red”]}
February 22, 2016 at 18:11 in reply to: Issues with creating multiple Cascading rules tied to same lookup list #10375PERFECT! Thank you again. What is the JS code for a hug / high five to you?! Cheers!
February 18, 2016 at 05:47 in reply to: Issues with creating multiple Cascading rules tied to same lookup list #10304Sorry for my delay in responding. This solution worked amazingly well! One question though: At the moment, if I open an existing item in EditForm, the fields to convert to dropdown are still single line of text until I toggle the parent field, forcing a change event. After this, I see the dropdowns and the options. How do I get the code fire on form load, rendering the single lines as dropdowns when EditForm opens, so that a user doesn’t have to do that?
January 27, 2016 at 18:59 in reply to: Issues with creating multiple Cascading rules tied to same lookup list #10046Yes, that’s correct. User picks 1 option, which triggers eight sub-menus filtered
off the first selection. The eight sub-menus all have codes like “reason code 1, “reason code 2″…but vary based on that first selection.January 27, 2016 at 17:50 in reply to: Hiding headers that I've defined a side by side header ID? #10037SOLVED it by finding what I needed in another forum post:
$(“#sbs_OuterTR_1.hide();
$(“#sbs_OuterTR_2.hide();
$(“#sbs_OuterTR_3.hide();
$(“#sbs_OuterTR_4.hide();
$(“#sbs_OuterTR_5.hide();
$(“#sbs_OuterTR_6.hide();
$(“#sbs_OuterTR_7.hide();
$(“#sbs_OuterTR_8.hide();
$(“#sbs_OuterTR_9hide();January 21, 2016 at 00:54 in reply to: Issues with creating multiple Cascading rules tied to same lookup list #9973Thank you, both. I think what I need is SPJS-lookup. The user will pick the “channel” option”, and then I will set drop down options within 8 different fields. These options could be different based on the “Channel” they choose. Is this something that SPJS-lookup can do? From what I’m reading, it seems like it can….
October 28, 2015 at 19:23 in reply to: need help on CAML query – how to filter on a [today] – days #9100Alexander,
Thank you for this, it worked great! It was the Today OffsetDays= that was eluding us. The other fields in the query are just single line of text, so pasting in what you gave was all that was needed. Wish it was all that easy. 🙂 Thank you!
That did it! Thank you very much. Obviously, I was making it way too complex. Thanks for all the bacon and salami.
April 29, 2015 at 22:58 in reply to: Calendar Control data change won't trigger function or "alert" message #7494Sorry for the delay. We’ve confirmed the issue is something to do with our custom JS, which we have a LOT of. We tried another list that didn’t have any custom JS and upgraded it to front end 4.266 and it worked fine. Thank you!
April 27, 2015 at 17:58 in reply to: Calendar Control data change won't trigger function or "alert" message #7476Good morning,
We’ve downloaded and installed DFFS front v4.266 and re-tested. The calendar control is still not triggering the DFFS alert.
Other data for you:
DFFS Frontend v4.266
DFFS Backend v4.260
CSS version: 4.02
spjs-utility version: 1.206April 24, 2015 at 16:40 in reply to: Calendar Control data change won't trigger function or "alert" message #7467Hi, see below please.
1: Which version of SharePoint are you using?
Sharepoint 2010
2: Are you using the stock date picker (and not jQueryUI)?
stock date picker
3: What trigger are you using in the rule in DFFS?
trigger = “is changed”
validate on = Field change -
AuthorPosts