How to get value of radio button in structure from a freemarker template

John Cressman, modified 6 Years ago. Junior Member Posts: 39 Join Date: 8/15/17 Recent Posts
I created a new structure and am trying to get the value of one of the fields (a radio button).  I have three possible values (right, left, center) and I want to do something based on that but it returns something along the lines of [" right"] as the value.  None of the other fields "wrap" the value.  Is there a way to get the raw value from a radio button in a freemarker template?