Can anyone help with a problem I am facing? I need to be able to count characters in a large text field and then take that value and update a character count field. Is this even possible?
If you have two fields: one your textArea named 'Text' and the other being the counter display named 'count' you can add in javascript Onload event in the add and edit pages the following code:
var count=Runner.getControl(pageid, 'count'); var text=Runner.getControl(pageid, 'Text'); function func() {