Forum Discussion
RichardMulcahy
2 months agoCommunity Member
Any JavaScript Experts Out There?
I found this sample code on the web, but it's not working for me. I'm trying to limit the number of characters a user can enter (for example 5), and if they exceed then I show a layer with an error m...
SteveFlowers-75
2 months agoCommunity Member
Was seeing similar symptoms. Because of the way fields are handled, I'm not sure it's possible to rewrite field contents because of the field construction as Seb mentions above. While it monitors the length of entry, the script to constrain the length wasn't working. The simplest solution, to me, is going to a web object. Nice and clean.