diff --git a/Documentation.html b/Documentation.html
index edfad9bdc..2238acf1c 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -2021,6 +2021,14 @@ setfacl -d -m "g:www-data:rwx" tmp
identify what they mean.
+
$cfg['Export']['method'] string
+
+ Defines how the export form is displayed when it loads. Valid values are:
+
quick to display the minimum number of options to configure
+
custom to display every available option to configure
+
custom-no-form same as custom but does not display the option of using quick export
+
+
$cfg['Import'] array
In this array are defined default parameters for import, names of
diff --git a/db_export.php b/db_export.php
index a44469ef2..a24ed18d7 100644
--- a/db_export.php
+++ b/db_export.php
@@ -15,6 +15,8 @@
*/
require_once './libraries/common.inc.php';
+$GLOBALS['js_include'][] = 'export.js';
+
// $sub_part is also used in db_info.inc.php to see if we are coming from
// db_export.php, in which case we don't obey $cfg['MaxTableList']
$sub_part = '_export';
@@ -38,20 +40,32 @@ $checkall_url = 'db_export.php?'
. PMA_generate_common_url($db)
. '&goto=db_export.php';
-$multi_values = '