I can no longer edit forms, and there is no save button. Latest version of WP, latest version of GF. I can create but not save. I can preview but not edit. Firefox latest version. Suggestions welcome!
I can no longer edit forms, and there is no save button. Latest version of WP, latest version of GF. I can create but not save. I can preview but not edit. Firefox latest version. Suggestions welcome!
This is not a known issue. Please first try a different browser completely to ensure there are no cached objects. If that does not work, please check for theme and plugin conflicts http://rkt.gs/testing
Also, how much RAM does PHP and WordPress have available currently?
PROBLEM RESOLVED
Here is what I did - perhaps it will aid others -
( it was the same look in chrome, and IE9)
1 ) I added the following to my wp-config file
ini_set('pcre.recursion_limit',20000000);
ini_set('pcre.backtrack_limit',10000000);
that did not resolve the issue
I created a php.ini file and placed it in the wp-admin folder
memory_limit = 256M
upload_max_filesize = 20M
post_max_size = 10M
that did not resolve the issue
I placed the same file in the plugins folder - no joy.
I deactivated and deleted then re-installed the GF plugin - no joy.
I changed the theme but no joy.
I followed the testing procedure - i deactivated every plugin and i saw the save button.
i activated every plugin one by one and reviewed whether or not the save button went away,
BUT FOUND THAT THE TWITTER WIDGET WAS AN ISSUE.
Glad you were able to figure it out. Nine times out of ten, it seems like it is a plugin or theme conflict which is why we send people out that way. All my best!