Quote:
Originally Posted by Lord Kuam
Code:
// Name of the main template
$maintemplate = "support";
// Name of the answer template
$answertemplate = "supportanswers";
This is what I changed (support WAS form; supportanswers WAS formanswers).
I am still learning this coding. If you could direct me what other code I need to modify, I would greatly appreciate it.
Thank you
|
Then you need to create a support template and copy the code from form and put it in there and edit the way you want it to be.
Then you need to create a supportanswers template and copy the code from formanswers and put it in there and edit the way you want it to be.