The third and fourth optional questions are not showing their answers at all. This is using the latest version. They just come up blank no matter what I put in the fields.
I think I found my problem:
Quote:
$answer27 = $vbulletin->GPC['answer25'];
$answer28 = $vbulletin->GPC['answer26'];
|
... should be ...
Quote:
$answer27 = $vbulletin->GPC['answer27'];
$answer28 = $vbulletin->GPC['answer28'];
|
^^