public function __construct(RM_Forms $be_form)
 {
     parent::__construct($be_form);
     $this->form_user_role = $be_form->get_form_user_role();
     $this->default_form_user_role = $be_form->get_default_form_user_role();
     $this->set_form_type(RM_REG_FORM);
     $this->user_exists = false;
     $this->user_id = 0;
 }
 public function __construct(RM_Forms $be_form)
 {
     parent::__construct($be_form);
     $this->set_form_type(RM_CONTACT_FORM);
 }