diff --git a/module/file/view/export.html.php b/module/file/view/export.html.php
index 954b2c3385..acdde12780 100644
--- a/module/file/view/export.html.php
+++ b/module/file/view/export.html.php
@@ -57,6 +57,7 @@ function switchEncode(fileType)
if(fileType == 'word')
{
$('#tplBox').closest('tr').addClass('hidden');
+ $('#customFields').addClass('hidden');
}
else
{