[ad_1]
Hello @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). 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:
WORDSCOUNTER(fieldname1|r)And to get the number of characters:
CHARSCOUNTER(fieldname1|r)Best regards.
