Quote:
Originally Posted by Erwin
The beauty of this hack is that once you have added the 2 templates, to make a new form, all you need to do is copy the form.php and rename it to form2.php, edit the variables in the PHP file, and you have a totally new form!!! You do not need to touch the templates again.
Format of the form:
1. One main input question
2. 2 Radio buttons Choice questions
3. 3 Normal text input questions
4. 1 Long answer question
This is customizable via the PHP file.
|
Quote:
Originally Posted by Erwin
You can do that by adding or substracting the variables, modifying the "global section" at the top to allow the variables to be requested, and then changing the template to add or substract the variables.
It can be worked out in my hack - I've given you the tools - go forth and modify this hack to suit your site!
|
I'm confused...so to add more questions do I have to edit the templates or not?