Meta Box
Support › MB Frontend Submission › Ajax: hide form after submission.
Hi Long,
Is it possible to hide the frontend form after an AJAX submission and display only the confirmation message?
Thank you once again.
I tried to add edit="false" manually in the shortcode, but it had no effect.
edit="false"
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.
frontend-submission.js
Hi,
Currently, there is no option to hide the form after submitting a post and enabling Ajax. I will inform the development team to consider supporting this case in future updates.