diff --git a/include/class.dynamic_forms.php b/include/class.dynamic_forms.php
index c51a957d707b47adff16ad8df62e838cf41ecad0..9fbe52ad36f6efacceee5f38676a75820f2e13bb 100644
--- a/include/class.dynamic_forms.php
+++ b/include/class.dynamic_forms.php
@@ -165,7 +165,7 @@ class UserForm extends DynamicForm {
 
     static function getInstance() {
         if (!isset(static::$instance))
-            static::$instance = static::getForm()->instanciate();
+            static::$instance = static::getUserForm()->instanciate();
         return static::$instance;
     }
 }