You'll have to make changes to the two style templates (form and form_answers) to add or remove questions and actually have the questions asked in the hook.
1. Form - creates the question area
2. form_answers - used to create the email and thread
3. hook - asks the questions and creates the variables that interact with 1 and 2 above.
Any changes you make to a question in the hook (ie. question type - checkbox or question or longquestion) has to have the corresponding changes made in 1 and 2 above.
Hope this helps
|