http://www.productionlocations.com/contact/list-your-property/
Because I'm redirecting uploads to an Amazon s3 bucket, the captcha image is broken because there is no captcha image directory in my s3 bucket.
I need a way of setting the uploads directory that gravity forms uses specifically to my wordpress server's uploads folder.
I had the same issue using contact form 7 and was easily able to remedy the problem using the following in WP-config.php
define( 'WPCF7_CAPTCHA_TMP_URL', WP_HOME . '/wp-content/uploads/wpcf7_captcha' );
Is there a similar method of defining that temporary captcha directory for gravity forms?
THANKS!