Limiting the number of characters in a text field

If you can’t edit the form then you will have to bind an event to onsubmit (javascript), prevent the default, check the length and then submit it if it checks out (or flash an error if it doesn’t).