My Radio Button values are only showing the first letter (see picture here). I have a form set up with a radio button to choose between “Image Slide” and “Video Slide” but only the first letter from each value is showing up. Just the “I” and the “V”. Why is this displaying like this? How can I fix this?
Here is my code with the lines specific to the Radio Button highlighted: http://pastebin.com/sDGTMe6v
I think in
you should be displaying $option, not $option[‘name’] :