Ram_Raj
(Ram Raj)
May 19, 2020, 12:01pm
1
I can see, SharePoint modern page is a single app page web part and because of that not possible to add content editor web part on top of the form.
Is there any other way to add Jquery code outside plumsail forms javascript placeholder.
It will save time for updating the code and see the results immediately without making the changes in the plumsail form
Thanks
Ram
1 Like
Hi Ram,
I have used the jQuery $.getScript() method to reference javascript outside the form, as demonstrated in this forum post: Difference between two dates in years, months, days in JavaScript
Andrew
1 Like
Margo
(Margo)
May 20, 2020, 10:35am
3
Hello @Ram_Raj ,
Welcome to Plumsail Community!
You can either use method suggested by @Andrew or use RequireJS library which we've recently built into Plumsail Forms. You can find the example in this article.
Ram_Raj
(Ram Raj)
May 22, 2020, 12:11pm
4
Thanks for your suggestion
1 Like