• Resolved yguy

    (@yguy)


    Is there any way to add a progress bar that alerts the user of the status of the form submission after they click submit and it will take them to paypal?

    We are having issues with the user abandoning the order because they don’t think the form is submitting. We would like to add a progress bar or some sort of message showing how much time is left in the download.

    Is this at at possible, could you show us the steps?

    https://www.ads-software.com/plugins/cp-contact-form-with-paypal/

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    The response speed after clicking the submit button isn’t related to the time required to render the form since the form is fully rendered at that point.

    The response speed after clicking the submit button is related to the server response time, this is mainly to the time required by the PHP script to send the notification emails or to store the data in the database. You may be able to contact your hosting support about the slow server response time since the plugin only makes two simple actions at that point: save the data into the database and send an email, those are usually instant actions.

    If you are using the pro version or want a specific solution for a loading indicator, please post a ticket at https://wordpress.dwbooster.com/support

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Progress Bar’ is closed to new replies.