Hi I am building a form which needs to output some values on the thank you page.
There are 4 categories of questions, which I was going to separate as form pages, then about a dozen statements in each category, all will be multiple choice:
I strongly agree – worth 3 points Agree – 2 points Disagree – 1 point Strongly disagree – 0 points.
I was going to do these as radio buttons but button style.
So I need to gather up the total for each category and send those 4 values to the thank you page. Just looking for the best way to achieve this.
Also, is it possible to amend the pagination text instead of Page 1 of 2 to be Step 1, or Category 1.
And finally, how do I style the radio buttons including selected state. I cant see how to do this globally.