If I have this code in a form:
[code]
Not related to a team Men's 1st Team Men's 2nd Team Men's 3rd Team Ladie's 1st Team Ladie's 2nd Team Juniors [/code] and say for example "Juniors" is selected, how do I get $team=6?I know value="<?php echo $content_short ?>"
works for other form elements but it doesn’t seem to work here.
How do I do it?