I am working on a site for a client. I created the site on their new hosting plan using a dummy domain during development. When we went live, we switched the nameservers and the primary domain for the hosting plan. Everything worked great. Except now Webform doesn't work at all. It just reloads the form page. No submissions get recorded and no emails get sent.
Any ideas on what might have caused this and how to fix it? I have tried everything I can think of (reinstalling the module, installing a different version, clearing cache, running update.php, etc). Nothing seems to work.
I'm at a loss, so I'm hoping someone with more Drupal experience than me has some insight.
Thank you!
Comments
I haven't had much experience
I haven't had much experience troubleshooting webform, but here are some questions that might help
Is there anything in the Apache/PHP or watchdog logs that might give you clue? Is there some sort of form validation that may be messed up? Is there a SPAM deterrent (such as mollom or reCAPTCHA) that uses API keys for a specific domain attached to the form and not working because it's on a new domain?