diff --git a/includes/bean.core.inc b/includes/bean.core.inc
index bdf0250..a3f7df6 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->setPlugin();
     return $this->plugin->form($this);
   }
 
