![]() |
you need to change the conditional in the PHP file where it checks to see if all questions have been answered to match your new format.
I don't have the files where i can look at them right now, but the line you are looking for is marked with a comment, it is a long string of if ($variable1 == "" OR $variable2 == "" OR etc... You need to change all of the previously used variable names into the variable names you are using now: $normalanswer1 $normalanswer2 $normalanswer3 $normalanswer4 $normalanswer5 $longanswer6 $longanswer7 If that isn't clear enough, I will post the specific line you need to change later when I get back home |
Quote:
Code:
globalize($_POST, array( |
No, not that part, that's the wrong section.
You need to modify the bit of code that checks that all questions are answered which is further down the file. The one that checks that if a variable is empty, then the person needs to answer it. |
Quote:
|
Remove the variables you don't need in this line:
PHP Code:
|
thanks
|
no spam control :(
:dead: |
Quote:
|
Quote:
Open up the form.php (or whatever you named it) file Look for: Code:
//////////////////////////////////////////////////////////////////////////////////////////////////// Code:
$formtitle = "Generic Form"; Code:
$formtitle = "thread title goes here"; |
Dont mind if its a silly question, but the 2 templates being mentioned that has to be added, where are they ?
|
All times are GMT. The time now is 05:04 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|