Awesome! That worked! Thank you so much! ~~ Summer
On Oct 29, 4:38 pm, Jules <jwira...@gmail.com> wrote: > Sorry, didn't read the question thoroughly, > > whyvisitother: { > required: function(element) { > > var result = false; > var chk = $("[name=whyvisit]"); > > $("[name=whyvisit]:checked").each(function > () { > if (chk.index($(this)) == 4) > result = true; > }); > > return result; > } > } >