Page 1 of 1

Attach CSR to field in List new form using PlumSail form & JSLink

Posted: 04 Apr 2018
by Dikesh310
Hi Team,

I am using PlumSail form designer to design List forms in SharePoint 2013 enterprise server. I want to attach JavaScript CSR file to field. I have set path of the JavaScript file in JSLink property tag in PlumSail form designer. But when I am opening the form in browser, CSR is not rendered on the page. Using developer tool of browser, I found that tha attached JavaScript file is not loading in the form which we have set in JSLink property in PlumSail form.

Please help me to attach CSR to field in PlumSail form. Please check attached image file for reference.
Untitled.png
Untitled.png (46.89 KiB) Viewed 1771 times
Any help would be much appreciated!

Thanks.

Re: Attach CSR to field in List new form using PlumSail form & JSLink

Posted: 04 Apr 2018
by Nikita Kurguzov
Dear Dikesh,

Forms Designer is built in such a way, that it doesn't support CSR, there are different methods for customization. If you need to add minor changes to the field, simply use JS and JQuery. If you need to implement major changes, use Template: Custom and customize your template to meet your needs. You can find an example of creating custom template in this article - https://spform.com/custom-fields/custom ... nline-mode

Also, just wanted to mention that you are not working with Plumsail Forms, you are working with Forms Designer. It's important to point out as these are two separate products and they are quite different, what works for one wouldn't work for another and I hope it will help you avoid confusion in the future.