Hi I am designing a form and one of the questions requires the user to tick either Blue, Red, or Other. If other there is a text box to specify the Other text.
How should i code this? As I want the results to be sent by email and if they select other I am thinking it should be sent something like:
Favourite Colour: Other: Green
need to clear it up in my head coz it got me a bit confused, any help?
I think the HTML would be as straightforward as you describe: some radio buttons followed by a text input. How the data is displayed in an email would depend on the server side code that's processing the form. You may want to ask on one of the server-side code forums for some more info on that.
Bookmarks