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.
Dieses Thema enthält 4 Antworten, hat 2 Stimmen.
Zuletzt aktualisiert von vor 4 years, 3 months.
Assistiert von: Christopher Amirian.