Looping to set Required
Posted: 25 Feb 2014
I am a javascript beginner and need some guidence with a loop that will accomplish the following. I have several fields of the same input type that i want to set the required field on.
For each fd.field
where fd.field of input type = "radio"
set fd.field(' x ').title().required(true);
thanks
schuess
For each fd.field
where fd.field of input type = "radio"
set fd.field(' x ').title().required(true);
thanks
schuess