Hi Raffe,If you want to display all the selections made in the RadioButtons in the Toal field you can directly all those answers as a string concatenation like this.Total.rawValue = Radiobutton1.rawValue + "some delimeter like comma, hypen if you want" + radiobutto2.rawValue + So on...Keep in mind t...