Magento – Register Checkbox Condition and Terms

ce-1.9.1.0customerlayoutregister

Please tell me where I should put anything that I need.
I just want to add checkbox in register to accept conditions and terms (check-box must be checked).

How i can do it?

Best Answer

Add this in register.phtml

<input type="checkbox" id="something" name="something" value="1" title="something" class="checkbox required-entry">