Quote:
Originally Posted by StudMuffin21
Attached is the copy of the form hack code.
NOTE: After the problem is fixed, I will try and remember to delete these attachments.
|
Ok, corrected a bit of code and its
ALIVE
Studdmuffin21, I like yo name,,, N-E ways yo issue was with here...>>>
HTML Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//NAME OF TEMPLATES - DO THIS BIT IF YOU ARE MAKING MORE FORMS AND WANT TO USE A DIFFERENT LOOKING TEMPLATE
////////////////////////////////////////////////////////////////////////////////////////////////////
// Name of the main template
$maintemplate = "form";
// Name of the answer template
$answertemplate = "formanswers";
////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
Change 2 match your form {{{
CLA}}} ...
The other form already is using those titles...
When U create new forms, U must create all new info {{{names}}} for main template, answers template and plugin form name must be different from the rest of your forms...
ABE1 has this in hook, if your new forms dont work always double check new names of all templates and plugin info. If U get PARSE errors then its a code issue, somewhere U may have added something by mistake or using the wrong code characters.
HTML Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//NAME OF TEMPLATES - DO THIS BIT IF YOU ARE MAKING MORE FORMS AND WANT TO USE A DIFFERENT LOOKING TEMPLATE
////////////////////////////////////////////////////////////////////////////////////////////////////
// Name of the main template
$maintemplate = "studmuffin21";
// Name of the answer template
$answertemplate = "studmuffin21answers";
////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
Everything else was looking outta sight