In Dreamweaver (php) I have a form with a question like: “How did you hear about us?” and a radio group with some choices. One of the radio group choices is “Other – please describe!”. When selected, a text area changes from hidden to show and the user can write something. I am not able to update a record with user’s selection in one table field (I can save either radio group selection or text area). Any help? Thank you!
Share
I found the solution. Proposal is the radio group and ProposalText is the textarea.