Creating a view with text fields
How do I display regular text fields in a view?
What I'm trying to do is create a survey, and then have it generate a report based on how they answer the questions. So I have if statements depending on how they respond I change the value of the text fields. Problem is, I can't seem to get these fields into the view so that I can generate the report. I should note that I have these fields being hidden on load.
Also, are there any other ways of doing this, seems a bit haphazard.