Building a form located here:
http://www.sialbany.com/w4c-registration-2
(This will be .org by tomorrow)
When you click "Yes, let me choose an existing team", a dropdown and text input show up. If you change the value in the dropdown box to be "sponsored team", then select another radio-box option (hiding the dropdown), it changes the value in the dropdown to the value + |
This makes the team password show up even if you go back and change it back to unsponsored team. I'm not worried about the password field showing up, as I'm going to be writing my own javascript code for that, this is just a proof-of-concept for the website owner.
It seems to submit the correct selected value, but this is not ideal. Any reason why it adds the extra character when being hidden?