form submission and progress bar

Support MB Frontend Submission form submission and progress barResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33029
    Nicholas CoxNicholas Cox
    Participant

    Hi

    I was just wondering is it possible to display a progress bar when a form is submitted until the sent message is returned?

    if not then can I do this via before form submission and after submission hooks?

    Thanks

    #33043
    Long NguyenLong Nguyen
    Moderator

    Hi,

    The frontend form does not support showing the progress bar like that. You can use two hooks rwmb_frontend_before_process and rwmb_frontend_after_process to add some JS and CSS code to show something before and after the form is submitted.

    Refer to the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#form-actions

    #33052
    Nicholas CoxNicholas Cox
    Participant

    ok thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.