diff --git a/includes/bean.core.inc b/includes/bean.core.inc
index bdf0250..42e3cae 100644
--- a/includes/bean.core.inc
+++ b/includes/bean.core.inc
@@ -185,6 +185,7 @@ class Bean extends Entity {
    * Get the plugin form
    */
   public function getForm() {
+    $this->plugin = bean_load_plugin_class($this->type);
     return $this->plugin->form($this);
   }
 
