Quote:
Originally Posted by ElfMage
Open the register template, and find this line:
Code:
$customfields_other
And right under it, add the following:
HTML Code:
<div><label for="cb_rules_agree"><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong><phrase 1="$vboptions[bbtitle]">$vbphrase[read_agree_abide_by_rules]</phrase></strong></label></div>
This will add the checkbox. But it will not verify whether the user agreed or not... 
|
Hi guys, this is my code, it is better than the above code
<div><label for="cb_rules_agre4e"><input disabled checked type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong><phrase 1="$vboptions[bbtitle]">$vbphrase[read_agree_abide_by_rules]</phrase></strong></label></div>