Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter sogosthomas

    (@derko0)

    Hello @codepeople

    Sorry for the late reply but i’ve been busy. Thankyou for letting me know, but correct me if im wrong. The operation that you have mentioned only works if the user insert the text in a text field in the form right? Not with uploading documents like Word or PDF etc… This plugin doesn’t have automatic words counter from uploaded documents?

    Anyway I still need to see if my client needs files upload or if inserting text in a text field in a form works for him.

    Please let me know.

    Best regards!

    Thomas

    Plugin Author codepeople

    (@codepeople)

    Hello,

    The operation is available for texts entered directly in the form fields, not from the files. Extracting texts from files is not always possible. It depends on the files’ structures and the modules installed on the web server.

    Best regards.

    • This reply was modified 1 year, 11 months ago by codepeople.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Informations about the Plugin’ is closed to new replies.