diff --git a/hypha/apply/funds/templates/funds/application_base.html b/hypha/apply/funds/templates/funds/application_base.html
index ec322b3c1174180ddfe32af8cc8b7d32e8771b9a..32b43e12a1c729138a5c19ae1004092111e6fbff 100644
--- a/hypha/apply/funds/templates/funds/application_base.html
+++ b/hypha/apply/funds/templates/funds/application_base.html
@@ -53,8 +53,8 @@
                     {% endif %}
                 {% endif %}
             {% endfor %}
-            <button class="link link--button-tertiary" type="submit" name="draft" value="Save Draft" formnovalidate>Save Draft</button>
             <button class="link link--button-secondary" type="submit" disabled>Submit for review</button>
+            <button class="link link--button-tertiary" type="submit" name="draft" value="Save Draft" formnovalidate>Save Draft</button>
         </form>
         <p class="wrapper--error message-no-js js-hidden">You must have Javascript enabled to use this form.</p>
     {% endif %}
diff --git a/hypha/static_src/src/javascript/apply/submission-form-copy.js b/hypha/static_src/src/javascript/apply/submission-form-copy.js
index c18fce9c441e9f56463ef7fe0c297ecbcf9865be..a824fa4a48f8fe74c462f2148e131bf218e5e0a7 100644
--- a/hypha/static_src/src/javascript/apply/submission-form-copy.js
+++ b/hypha/static_src/src/javascript/apply/submission-form-copy.js
@@ -81,7 +81,7 @@
             .attr('title', 'Copies all the questions and user input to the clipboard in plain text.');
         var $application_form = $('.application-form');
         $button.clone().css({'display': 'block', 'margin-left': 'auto'}).insertBefore($application_form);
-        $button.insertAfter($application_form.find('.link--button-secondary').last());
+        $button.css({'margin-left': '20px'}).insertAfter($application_form.find('button').last());
 
         $('.js-clipboard-button').on('click', function (e) {
             e.preventDefault();