diff --git a/customize.html b/customize.html
index 44a748caf2d89d5b788f3b2ac5600f31707b7a98..4a38bbd8016c3e8c88810efe98c729c65c02d7e9 100644
--- a/customize.html
+++ b/customize.html
@@ -1717,7 +1717,7 @@ base_url: "../"
     </div>
     <p class="lead">Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.</p>
     <div class="bs-customize-download">
-      <button id="btn-compile" class="btn btn-block btn-lg btn-outline" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button>
+      <button type="submit" id="btn-compile" class="btn btn-block btn-lg btn-outline" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button>
     </div>
   </div><!-- /download -->
-</form>
\ No newline at end of file
+</form>