Advertisement:

Author Topic: Make terms REQUIRED in twitter theme  (Read 1032 times)

dgraves

  • Jr. Member
  • **
  • Posts: 66
Make terms REQUIRED in twitter theme
« on: March 09, 2012, 01:50:47 pm »
Hey,

I've been trying quite a few solutions now but I can't figure it out, I clearly need some help from you guys.

Right now I'm just running the hook in user-register like:

<div class="clearfix">
<?php osc_run_hook('user_register_form') ; ?>
</div>

and it works great, but I can't figure out how to make the checkbox required for all the new users. It's kinda important to me to figure it out, can anyone assist me a little?

Thanks a bunch