Did you add normalquestion2 into your main template too? What you shown here are just the declaration in the plugin.
Quote:
Originally Posted by d-wiz
I tried that but nothing shows up?
Code:
// Part 1
$vbulletin->input->clean_array_gpc('p', array(
'normalanswer1' => TYPE_STR,
'normalanswer2' => TYPE_STR,
'normalanswer3' => TYPE_STR,
// Part 2
$normalanswer1 = $vbulletin->GPC['normalanswer1'];
$normalanswer2 = $vbulletin->GPC['normalanswer2'];
$normalanswer3 = $vbulletin->GPC['normalanswer3'];
$normalquestion2 = "N?vn de byer du har rejst mest til i forbindelse med arbejde?";
normalquestion2 doesn't show up?
|