Cforms Not Submitting Form Wordpress 2.8
Overview
If you have been using Cforms in your wordpress installation for form generation and implementation, I had began experiencing issues with the forms not submitting properly. I have not concluded if it is wordpress, cforms, or something else; Hower there is a quick fix.
It does seem that the problem relates to the Ajax form submission capabilities which causes the form to display that it is sending the form and just sits there.
Solution
- Log into wordpress.
- Select “Form Settings” under Cforms II
- At the top of the forms page there is a dropdown to select which form to modify, uncheck the “Ajax” box next to the form name and then click “Update Changes” directly to the right of the screen.
Now your forms will bypass the ajax functionality causing problems and submit the forms by conducting a direct http request.








I had the same issue with cformsII when developing on a local server and moving the completed site to the web.
Your fix works, but I also found that with 2.8.x you can disable the AJAX functionality, save your changes, and turn it right back on and it works.
Did for me anyway. Hope that helps.
[Reply]
@Eric Amundson, Excellent point I will have to try that out. Thanks for the additional tip.
[Reply]