I'm needing to implement a select box that has an "other" option. If this is selected the user should be able to type in a different option into a Text Field. My concern is for how to implement the save into the database. I'm looking for unique and efficient ways to handle this implementation.
I believe the last time I implemented this i had two columns in my table, one for the select box and one for the text field input.
Can anyone think of a better way to do this?