Jan 16th, 2010, 11:04 AM
Hey Dave,
Sorry for not catching your post earlier. Did you have any luck figuring this stuff out?
I've created and worked with plenty of forms that POST their content to another server, but I can't think of any time I've included a file with it... but I certainly don't see why you couldn't. Could you perhaps ask your hosting providers about this? I wonder if perhaps it's being prevented for security purposes.
For the CAPTCHA, I believe that's correct - it's certainly correct for different servers (since the API and the CAPTCHA are PHP based & you can't include PHP from another server). However, you can certainly try it with two different sites on the same server. It may be the case that if you can run PHP on one site from the other, it may work. But I suspect you'll run into problems.
- Ben
That said, you may be able to get it going if you're on the same server... I can't think offhand whether r not
Sorry for not catching your post earlier. Did you have any luck figuring this stuff out?
Quote:With file uploads ... can the files be uploaded to a different web site other than the one the form resides in?
I've created and worked with plenty of forms that POST their content to another server, but I can't think of any time I've included a file with it... but I certainly don't see why you couldn't. Could you perhaps ask your hosting providers about this? I wonder if perhaps it's being prevented for security purposes.
Quote:Also, with regards to the Captcha stuff, the docs seem to indicate that unless FormTools is installed on the site with the form that you want to add the Captcha to, it will not work .... is that correct?
For the CAPTCHA, I believe that's correct - it's certainly correct for different servers (since the API and the CAPTCHA are PHP based & you can't include PHP from another server). However, you can certainly try it with two different sites on the same server. It may be the case that if you can run PHP on one site from the other, it may work. But I suspect you'll run into problems.
- Ben
That said, you may be able to get it going if you're on the same server... I can't think offhand whether r not