diff --git a/src/pretix/static/pretixpresale/js/ui/main.js b/src/pretix/static/pretixpresale/js/ui/main.js index 3258eb69d8..3b0c270a12 100644 --- a/src/pretix/static/pretixpresale/js/ui/main.js +++ b/src/pretix/static/pretixpresale/js/ui/main.js @@ -473,7 +473,7 @@ $(function () { }); function copy_answers(elements, answers) { - elements.each(function (index) { + elements.not("[disabled], [readonly]").each(function (index) { var input = $(this), tagName = input.prop('tagName').toLowerCase(), attributeType = input.attr('type'),