Posted by Jason
2013-11-07

Hi Tom , i have removed some text fields and only have the Firstname and Surname fields shown on the form. what i will do is is to add 2 questions to the form with a radio button. where on the backend do i add this script as i will enter it on the front end form, so when i sumbit the form it will go into the db . All i want on the form is Firstname , Last name , and the 2 questions with there 3 radio buttons for good , satisfied , unsatisfied for the 2 questions
Posted by Tom
2013-11-07

OK, the simplest solution is just use dropdown menu instead of readio buttons. If you have time, you can study how the "active" field is implemented to add radio buttons.