I've put at least 8 hours into this now and just can't figure out what I'm doing wrong. I'm trying to design my own form and keep running into problems. I've tested various changes.
I have copied the form plugin, added and new one, copied the data into the new one and renamed the form. I was able to successfully get into the new form (
http://sacredhaven.org/vanguard/foru....php?do=enlist) with no problems.
1) I removed the following from the plugin:
Part 1: 'normalanswer1' => TYPE_STR,
Part 2: $normalanswer1 = $vbulletin->GPC['normalanswer1'];
Question: $normalquestion1 = "What is the meaning to life?";
The question was gone, but the box to type the answer was still there, so I continued a little further.
2) I changed the following:
$maintemplate = "form_enlist";
$answertemplate = "formanswers_enlist";
I copied the form and formanswer templates, added new ones with the names form_enlist and formanswers_enlist. I haven't gone in to change the data yet because just by making this change, the page loads to a blank empty page now.
This is very frustrating. Can anyone assist?