I need to truncate a field to only 20 characters. I can't do this with the field element. And the text area element either truncates words, or when set to HTML, seems to act funny if there is no spaces in the field.
I need to a pure string of 20 characters.
I thought about using a calc element to use a query, but is there another more form friendly way?
I need to a pure string of 20 characters.
I thought about using a calc element to use a query, but is there another more form friendly way?