Title: Slow loading form
Last modified: August 21, 2016

---

# Slow loading form

 *  Resolved [taginternetconsulting](https://wordpress.org/support/users/taginternetconsulting/)
 * (@taginternetconsulting)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/slow-loading-form/)
 * The form on my client’s site is very large – it is in the format of his standard
   application. Is there anything I can do to optimize the load time for it? The
   captcha code shows first, although it is on the bottom, and visitors think they
   need to type in a security code to continue then get confused until the form 
   loads.
 * ncpdra.org/join-pdra/application/
 * [https://wordpress.org/plugins/cp-contact-form-with-paypal/](https://wordpress.org/plugins/cp-contact-form-with-paypal/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/slow-loading-form/#post-5107804)
 * Hi,
 * I’ve checked your form and the amount of text added as part of the form may be
   affecting the load time.
 * The form is rendered using JavaScript and that amount of test is being parsed
   as part of the form.
 * You may consider adding links to those texts in a external page to speed up the
   form. I recommend you to “clone” the form to keep safe the original one and after
   that try removing some of the texts and compare the loading times.
 * Another solution may be to add a “Loading…” message while parsing the form, so
   the customer don’t get confused.
 * Thank you for your comments!
 *  [yguy](https://wordpress.org/support/users/yguy/)
 * (@yguy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/slow-loading-form/#post-5108087)
 * How exactly would you add a “loading…” messaging when parsing the form?
 * We too, are having problem with slow form submission. Is there anyway to add 
   a progress bar to alert the user that it is working?
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/slow-loading-form/#post-5108088)
 * 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 [http://wordpress.dwbooster.com/support](http://wordpress.dwbooster.com/support)
 * Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Slow loading form’ is closed to new replies.

 * ![](https://ps.w.org/cp-contact-form-with-paypal/assets/icon-256x256.png?rev=
   1460403)
 * [CP Contact Form with PayPal](https://wordpress.org/plugins/cp-contact-form-with-paypal/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cp-contact-form-with-paypal/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cp-contact-form-with-paypal/)
 * [Active Topics](https://wordpress.org/support/plugin/cp-contact-form-with-paypal/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cp-contact-form-with-paypal/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cp-contact-form-with-paypal/reviews/)

## Tags

 * [load time](https://wordpress.org/support/topic-tag/load-time/)

 * 3 replies
 * 3 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/slow-loading-form/#post-5108088)
 * Status: resolved