Could someone post exactly what you need to do to make more than one form? I know you need to copy the hook and change the name of the form in the first line of the code, but what about the line of code that deals with the templates.
Quote:
////////////////////////////////////////////////////////////////////////////////////////////////////
//NAME OF TEMPLATES - DO THIS BIT IF YOU ARE MAKING MORE FORMS
////////////////////////////////////////////////////////////////////////////////////////////////////
// Name of the main template
$maintemplate = "form";
// Name of the answer template
$answertemplate = "formanswers";
|
What goes here?
If my new form has modapp in the first line what would I put here?