Forum Discussion
ChristienLee
4 years agoCommunity Member
Set variable to object contents?
I've got a set of four radio buttons each with long(ish) content. e.g.,:
Lorem ipsum dolor sit amet, consectetuer elit.
Maecenas porttitor congue massa a tellus.
Purus lectus malesuada liber...
WaltHamilton
4 years agoSuper Hero
Odds are, you could do it in javascript. The drawback is that js would have to use a variable to pass it back. You might be able to arrange a method of using just one variable to pass it back - (on click execute js and on click set variable to passbackvariable).