PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Ajax error while saving form

  1. I have been using the latest RC of GravityForms 1.5 and was using it to create forms for my client's site.
    I didn't have any issues until today - every time I try to make a change to the form and click the "Update Form" button, the form does not save and a browser error message pops up that says "Ajax error while saving form". Now I cannot make any changes to the form.

    Any tips on how to fix this would be much appreciated.

    Thanks!

    Posted 13 years ago on Tuesday February 15, 2011 | Permalink
  2. What error are you seeing? Is it a red error that says to contact us or is it a Javascript error?

    If you are having problems with AJAX saving forms it could be a PHP memory issue, you could be running out of available PHP memory and you would have to increase the available PHP memory. Do you know how to do this?

    Posted 13 years ago on Tuesday February 15, 2011 | Permalink
  3. Hey Carl,

    It is a JavaScript error.

    I would appreciate it if you would tell me how to increase the available PHP memory.

    Thanks!

    Posted 13 years ago on Tuesday February 15, 2011 | Permalink
  4. OK nevermind, I just added the following to my wp-config.php:

    define('WP_MEMORY_LIMIT', '64M');

    It's now working again!

    Posted 13 years ago on Tuesday February 15, 2011 | Permalink