Title: Text Count
Last modified: April 26, 2023

---

# Text Count

 *  Resolved [klingbeil](https://wordpress.org/support/users/klingbeil/)
 * (@klingbeil)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/text-count/)
 * Hello
   Is it possible to count the number of words and letter limitations of the
   text pasted in a text cell in these plugins?thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/text-count/#post-16690498)
 * Hello [@klingbeil](https://wordpress.org/support/users/klingbeil/)
 * Thank you very much for using our plugin. Yes, that’s possible. The plugin includes
   the “Text Operations” module ([https://cff.dwbooster.com/documentation#text-module](https://cff.dwbooster.com/documentation#text-module)).
   You should use its operations WORDSCOUNTER and CHARSCOUNTER.
 * For example, if the Line Text field is the fieldname1, and you want to count 
   the number of words, insert a calculated field in the form and enter the equation:
 *     ```wp-block-code
       WORDSCOUNTER(fieldname1|r)
       ```
   
 * And to get the number of characters:
 *     ```wp-block-code
       CHARSCOUNTER(fieldname1|r)
       ```
   
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Text Count’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/text-count/#post-16690498)
 * Status: resolved