Same display of radio buttons for creating and updating a record
I'm new to Zoho. Loving the platform, especially Deluge scripting and HTML.
I'm trying to collect responses to a long list of questions from my users, like a survey. The questions (400) come from a table. The answers are all yes/no. The plan is to present the questions in categories. A user will click on a category and see the question from that category. This part seems easy to do using an HTML page.
My problem is that I can't find an easy way for users to see checkbox or radio button controls in-line with the question. Is there some way to have users click on radio buttons when editing records in a report like they can when adding a record? Spreadsheet view requires clicking on the field twice and then making the edit. Grid view doesn't show the full contents of multiline fields. I haven't found how to get either one to show the checkbox or radio button control.
Question one text. Questions are several lines long.: yes/no (radio button or check box)
Question two text. Questions are several lines long.: yes/no (radio button or check box)
Question three text. Questions are several lines long.: yes/no (radio button or check box)
Thanks