Quote:
Originally Posted by samual
Can someone give me a hand? I am trying to add some more fields to this form. Under "normal question 1" I would like to add a few more questions. here is what I did but had no luck. What do I need to do to get these fields to show up?
I have allot more questions that I would like to add. What am I missimg?
|
Now you have to look in your templates
"form" template
Look for:
[/code]
<tr>
<td class="alt1" valign="middle">
<b>$question2</b>:<br />
$explain2</td>
<td class="alt1" valign="middle" colspan="2">
<input type="text" size="30" value="$answer2" name="answer2" /></td>
</tr>[/code]
And adjust as needed. Or copy that and change the "$normalquestion2" Same goes for the answer2 values.