Hi all.
First of all I'd like to say many thanks to developers. Great job!
Now, my problem.
I've created form that includes two radiobutton fields and one checkbox field.
When I select some radiobuttons then a couple checkboxes and press submit I see all the options available listed in the result but not the selected ones. Dropdown lists and textboxes work fine - I see the only item selected.
What can I do about it?
First of all I'd like to say many thanks to developers. Great job!
Now, my problem.
I've created form that includes two radiobutton fields and one checkbox field.
When I select some radiobuttons then a couple checkboxes and press submit I see all the options available listed in the result but not the selected ones. Dropdown lists and textboxes work fine - I see the only item selected.
What can I do about it?
Hi solaris,
please look at your email template, it will have something like
you need to remove all this and replace it by {radio0} only, note that the "0" in {radio0} may be any digit like 1 or 2 or 3...etc
Cheers
Max
please look at your email template, it will have something like
{radio0}some text
{radio0}some other text
.
.
.
.
you need to remove all this and replace it by {radio0} only, note that the "0" in {radio0} may be any digit like 1 or 2 or 3...etc
Cheers
Max
This topic is locked and no more replies can be posted.