Hi all,
I’m try to do a form, but I have a problem.
In my form I have (radio button):
Wich color ?
- Green
- Red
- Blue
the parameters I have defined :
groupName = question1
Component = Green, Red and Blue
when I click on the submit button, I can’t display the value in the next form.
in my code I use :
Result.text = "Answer : " + question1.getValue();
and this won’t works
What is wrong ?
Thanks
Alex