I have a form which is dynamic.
That means, the inputs names are changed, and not the same, but they are all the same "TYPE".
So I need to have a javascript which gets all input type="text" and validates them. Is this possible?
If so, how?
All I need to check is so that they are not empty, and that they are only numeric.
Thanks