Hey All,
Is there any way to dynamiclly reference form variables such as: Name1,Name2,Name3 etc.,??
Most languages have dynamic expressions but i can't find anything in JS that is comparable. I have a bunch of occuring fields and related occuring fields that i want to validate using JS.
So if i could reference them like, Name + idx="something", where idx is a numeric variable it would be great.
Is there any way to dynamiclly reference form variables such as: Name1,Name2,Name3 etc.,??
Most languages have dynamic expressions but i can't find anything in JS that is comparable. I have a bunch of occuring fields and related occuring fields that i want to validate using JS.
So if i could reference them like, Name + idx="something", where idx is a numeric variable it would be great.