diff --git a/src/more-infos/more-info-configurator.html b/src/more-infos/more-info-configurator.html
index 4f5b71bbef..655135385a 100644
--- a/src/more-infos/more-info-configurator.html
+++ b/src/more-infos/more-info-configurator.html
@@ -1,11 +1,9 @@
-
-
-
+
@@ -122,7 +121,8 @@ Polymer({ }, fieldInput: { - type: Object, value: {}, + type: Object, + value: function () { return {}; }, }, }, @@ -136,7 +136,7 @@ Polymer({ fieldChanged: function (ev) { var el = ev.target; - this.fieldInput[el.id] = el.value; + this.fieldInput[el.name] = el.value; }, submitClicked: function () {