Problem:
How to limit the characters of a multiline input form item.
Solution:
Please add ttehJavascript code below to the form JS Editor section:
jQuery(function() { jQuery('textarea[name="wpcf-placeholder"]').attr('maxlength', '20'); });
Make sure to replace placeholder with the slug of the multiline field.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Our next available supporter will start replying to tickets in about 6.93 hours from now. Thank you for your understanding.
This topic contains 4 replies, has 2 voices.
Last updated by 2 years, 9 months ago.
Assisted by: Christopher Amirian.