
Hello
While adding JavaScript code in web pages am getting below error
"You have exceeded maximum number of 65536 characters in this field"
How can I resolve this issue?
Hi @Dhananjay_Patil ,
Are you talking about the Custom Javascript field on the Web Page? If yes, unfortunately, you cannot extend the number of characters that you can write in that field. To overcome this issue I would suggest creating a separate Web File with all your javascript and just add it to either the web template of the page or to Page Copy if you don't have access to the template via a script tag.