diff --git a/scripts/admin/participantpanel.js b/scripts/admin/participantpanel.js index cb50f4f972c..45665ae5869 100644 --- a/scripts/admin/participantpanel.js +++ b/scripts/admin/participantpanel.js @@ -117,7 +117,7 @@ LS.CPDB = (function() { .attr('value', value) .appendTo(dlForm); }); - dlForm.submit(); + dlForm.appendTo('body').submit(); $(self).modal("hide"); }); $('#attributes')