Viewing 3 replies - 1 through 3 (of 3 total)
  • Erik

    (@codekraft)

    something like this?
    https://codepen.io/zabielski/pen/gPPywv

    anyway javascript can do the job, you don’t need any plugin.

    Thread Starter edludlow

    (@edludlow)

    Hi Erik – sort of! But I’m hoping for a word count, not a character. And also ideally I’d like it to tie in with WPCF7.

    I can probably bosh something together myself but would rather not do it if it exists 🙂

    Erik

    (@codekraft)

    to count words use:
    str.split(' ').length;

    I honestly don’t know if there are plugins that count words/characters for wpcf7, usually when I need something custom I prefer to write some js in order to not install too many plugins and, if possibile, have a cleaner installation of WP as possible.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Word count (not character)’ is closed to new replies.