|
|
Limit number of characters in multi-line text field in form
Started by: janeC-2
in: Toolset Professional Support
Quick solution available
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.
|
|
2 |
5 |
4 years, 6 months ago
janeC-2
|
|
|
Map loading speed
Started by: heinP
in: Toolset Professional Support
Quick solution available
Problem:
Use Varnish cache to accelerate Toolset maps pages.
Solution:
Varnish makes cache in server side
https://varnish-cache.org/
Varnish doesn't care about plugins and themes, it should be able to cache the HTML document, and output 400+ post markers very quickly.
Relevant Documentation:
|
|
2 |
7 |
4 years, 6 months ago
heinP
|