[Gelöst] Limit number of characters or words in Single Line field
This support ticket is created vor 7 Jahren, 6 Monaten. There's a good chance that you are reading advice that it now obsolete.
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.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
I am trying to: limit the number of characters or words that admins can input into a specific single line field. The field is called 'okpa-member-description'
I think this can be done by adding code to my functions.php file, and also adding some js. In my theme I have a js folder, so I would probably add a new js file in their.
I am setting up the site so that when the site owner, probably with Editor permissions, can input on a Single Line field up to a maximum of 100 characters. To me that is the front end in that the Editor is the front end user.
As far as editing the files to implement the change, I have been working in the back end, editing files via cPanel file editor.
This is a Post Field.
The field-type is and Single Line field.
The field-slug is: 'okpa-member-description'