I tried to add edit="false"
manually in the shortcode, but it had no effect.
If I change
c||!n?e.prepend(t):e.replaceWith(t)
with
c=="true"||!n?e.prepend(t):e.replaceWith(t)
in frontend-submission.js
, then only the confirmation message appears after form submission.