I am creating an HTML form with some radio button options. I'd like to have one option as "Other - please specify" and allow the user to type something in.
Two questions:
1) How can I make a "hybrid" input type of radio/text
?
2) On the PHP back end, if the input has the same name
attribute as the radio inputs, will the user's input be part of the same array?