Hello:
I have realized a form with several fields that the user must refill, but I want to control that it cannot introduce spaces in target. I have seen that there are two methods Ltrim and Rtrim which work in FormCalc, but are not valid in JavaScript. The trim method for JS doesnt work either. Can someone kindly advise how to eliminate the spaces in target of the beginning or any method to obtain the same result as using trim?
Thanks for your answers