I am creating an HTML form with some switch options. I would like to have one option: "Other - please indicate" and allow the user to enter text.
Two questions:
1) How can I create a "hybrid" input type radio/text ?
2) On the back of PHP, if the input has the same name attribute as the radio inputs, will the user input be part of the same array?
html php radio-button forms
Nathan long
source share