• Resolved djstomp

    (@djstomp)


    Hi there,

    I’m trying to get the EE4 Decaf version to work.
    Created an event, and try to do a test registration. I keep getting a technical error message. I read something about Bot Trap Settings, but that option doesn’t show in the Admin section of ‘Registration Form’ at all. Only visible are questions and question groups.

    (I tested it on a clean WP install on my localhost to be sure it’s not a plugin or theme issue)

    Any help is highly appreciated!

    • This topic was modified 7 years, 5 months ago by djstomp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    That’s frustrating. It looks like we missed including the bot trap setting in EE4 Decaf. I’ll create a ticket to make sure that gets added.

    In the meantime, you can add a filter to your theme or create a site specific plugin that includes this filter:

    add_filter( 'FHEE__EED_Bot_Trap__set_hooks__use_bot_trap', '__return_false' );

    Hope that helps. Please let us know if you have further questions.

    Thread Starter djstomp

    (@djstomp)

    thanks Seth, will try that!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bot Trap Option missing in EE4 Decaf’ is closed to new replies.