diff --git a/scp/forms.php b/scp/forms.php
index 505ccc63974a74c98f6d662c9d64f544db8e4dbb..d739a99043e5d6e384866e754b326176742d446f 100644
--- a/scp/forms.php
+++ b/scp/forms.php
@@ -118,6 +118,8 @@ if($_POST) {
                 $field->set('form_id', $form->get('id'));
                 $field->save();
             }
+            // No longer adding a new form
+            unset($_REQUEST['a']);
         }
     }
     if ($errors)