Hi all...
My pulldown "subject" mod is throwing errors when I try to use the contact us form.
It denies the submit, and says, "Our system requires a minimum of 2 characters."
Any ideas what I'm doing wrong?
The code I'm using for the dropdown subject menu in the contact form is:
Code:<label class="inputLabel" for="subject"><?php echo "Subject:"; ?> <div class="inputLabel"><select name="source"><option value="111"></option><option value="administrativematerial">Administrative Material</option><option value="121">CSI Directory</option><option value="454">Curriculum</option><option value="232">Magazine</option><option value="55">Online Courses</option><option value="6426">Other</option></div> <br class="clearBoth" />



