function get_customfields($user = false)
 {
     $table = new TikiRegistrationFields();
     return $table->getVisibleFields2($user);
 }