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