diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php
index e715c48b97..ce238e627d 100644
--- a/app/destinations/destination_edit.php
+++ b/app/destinations/destination_edit.php
@@ -884,6 +884,11 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "
";
echo "";
+//adjust form if outbound destination
+ if ($destination_type == 'outbound') {
+ echo "\n";
+ }
+
//include the footer
require_once "resources/footer.php";