I have a client using cForms and the forms were working fine on Apache server prior to the migration. We migrated the site to an IIS server with a fresh install of cForms and rebuilt the forms manually due to some backup issues. The WordPress installation is in http://aceware.com/wordpress/ but the site is set to aceware.com and not the subdirectory.
I have changed the cforms.js sajax uri to reflect the /wordpress/ subdirectory
Have removed the subdirectory
Here is the URI with the /wordpress/
var sajax_uri = window.location.protocol + "//" + window.location.host+'/wordpress/wp-content/plugins/cforms/lib_ajax.php'
Have even tried adding index.php to various areas of the URI and tried absolute URLs.
All we can get the form to do is refresh the page and clear the form or hang up after hitting the send button.
Any ideas? All help is appreciated.