[Resolved] some of my cred ajax forms giving submission error
This support ticket is created 6 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Hello. Thank you for contacting the Toolset support.
Well - this is strange that it works for few forms and not working for other forms.
Is your CRED form using any CRED API? For instance, a cred_save_data hook or a cred_mail_headers hook?
- I would like to see if your WordPress installation is registering any errors. You can see how to enable debug logging here: https://toolset.com/documentation/user-guides/debugging-toolset/
Go in your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);
Then add these lines, just before it says 'stop editing here':
Well - there is nothing related to the code lines I shared with you that should fix the AJAX issue. This looks like something from your server not working consistently.
Hi,
I dont agree with that it is to do with the server. As I stated already some forms with ajax submission have been working without error. I need this resolved urgently as it is a major issue for users.
Please help.