[ad_1]
Hello @derko0
Thank you very much for contacting us. You can use the CHARSCOUNTER operation in the text operations module:
https://cff.dwbooster.com/documentation#text-module
For example, assuming you have the single line text, or text area fieldname1.
You can insert a calculated field in the form and enter the following equation in its “Set Equation” attribute:
CHARSCOUNTER(fieldname1)Or if you want to ignore space characters:
CHARSCOUNTER(fieldname1, true)Best regards.
