Aug 4th, 2012, 11:29 AM
If you already set up your form through formtools, you'll need to remove the hidden field:
<input type="hidden" name="form_tools_initialize_form" value="1" />
Also, some hosts are set up to block incoming post requests from another server or domain. If both of those domains are on the same server, it shouldn't be a problem depending on the server's security settings. But if they're not, 2020exhibits.com may be rejecting post requests from canyon-mfg.com.
<input type="hidden" name="form_tools_initialize_form" value="1" />
Also, some hosts are set up to block incoming post requests from another server or domain. If both of those domains are on the same server, it shouldn't be a problem depending on the server's security settings. But if they're not, 2020exhibits.com may be rejecting post requests from canyon-mfg.com.