diff --git a/.hta_slug/admin/edit-form.php b/.hta_slug/admin/edit-form.php
index bdf4f2a..0f859e7 100644
--- a/.hta_slug/admin/edit-form.php
+++ b/.hta_slug/admin/edit-form.php
@@ -12,8 +12,8 @@ require_once('.htac_nav.php');
$stmt->bindParam(':bverticals', $_POST['bverticals']);
$stmt->bindParam(':id', $_POST['form_id']);
$stmt->execute();
-
- echo "Record Updated successfully",$_POST['form_id'], '
',$_POST['formname'], '
',$_POST['bverticals'], '
';
+
+ echo '';
} catch(PDOException $e) {
echo "Error: " . $e->getMessage();
}