• I am getting the following message with either Akismet or Recaptcha enabled (and both) “Your submission failed spam checks.” This only happens with a custom form- I used the custom shortcode on the FAQ page of the plugin’s website. Both Akismet and Recaptcha work great with the default shortcode ([fu-upload-form]). I searched back through almost 2 years of the support pages and it seems this has been a problem for a while and it was never resolved. It would be nice to get the custom form working with either Recaptcha or Akismet.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I can also confirm that once you add suppress_default_fields=”true” then the captcha disappears

    at the end of your shortcode for the custom field add (hacky I know!)

    <div class=”g-recaptcha” data-sitekey=”YOUR_CAPTCHA_KEY_HERE”></div>’
    [input type=”submit” class=”btn” value=”Submit”] [/fu-upload-form]

    Cheers

    Dave

    Thread Starter catonezillion

    (@catonezillion)

    Hi Dave,

    I forgot to check the notify button and so I just saw your comment- thanks for the tip! I don’t think I added the code correctly, because it is showing up as normal text on my form. I added it between [input type=”file”] and [input type=”submit” class=”btn” value=”Submit”].

    Cathy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Akisment and Captcha block uploads with custom form’ is closed to new replies.