diff --git a/options.php b/options.php
index 26ca91c..fd413a9 100755
--- a/options.php
+++ b/options.php
@@ -385,12 +385,12 @@ Exemples: = $_SERVER['REMOTE_ADDR']; ?>/24 = $_SERVER['SERVER_NAME']; ?> 10.
@@ -813,6 +813,11 @@ Exemples: = $_SERVER['REMOTE_ADDR']; ?>/24 = $_SERVER['SERVER_NAME']; ?> 10.
closeIcon: true,
position: 'bottom right',
})
+ for (input of document.querySelectorAll("input[name]")) {
+ if (!input.value || (input.type == "checkbox" && !input.checked)) {
+ input.name = ""
+ }
+ }
return true
} else {
event.preventDefault()