Category

How Can I Increase Description Field Length in Web Forms?

Updated:

You can increase the length of the description field in the web form and web widgets by pasting the following custom JS codes.
To do this, go to Admin > Web Widgets/Web Forms > Advanced Customization > Custom JS.

Custom JS code

Find the custom JS codes provided below.

if(document.querySelector('#description_wrapper')) {
   document.querySelector('#description_wrapper').querySelector('textarea').maxLength = 2000;
}

WebForm_Custom_JS.png

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied
Access denied
Access denied

No articles or sections found
No articles or sections found