Title: Elementor Forms Integration Broken?
Last modified: October 1, 2025

---

# Elementor Forms Integration Broken?

 *  Resolved [tboy123](https://wordpress.org/support/users/tboy123/)
 * (@tboy123)
 * [8 months ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/)
 * I have disabled all plugins but elementor and elementor pro and hcaptcha. The
   hcaptcha elementor integration is turned on. I do not see the option to add an
   hcaptcha field under any forms. I doubled check that the site config is valid.

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Contributor [kaggdesign](https://wordpress.org/support/users/kaggdesign/)
 * (@kaggdesign)
 * [8 months ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/#post-18663282)
 * You need to insert hCaptcha into the Elementor form in the admin area. [Screenshot 8](https://ps.w.org/hcaptcha-for-forms-and-more/assets/screenshot-8.png)
   on the [main plugin page](https://wordpress.org/plugins/hcaptcha-for-forms-and-more/)
   shows how to do it.
 *  Thread Starter [tboy123](https://wordpress.org/support/users/tboy123/)
 * (@tboy123)
 * [8 months ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/#post-18665889)
 * [https://ibb.co/Fk2gL3Sk](https://ibb.co/Fk2gL3Sk)
   [https://ibb.co/n85XVNvq](https://ibb.co/n85XVNvq)
   I did that, but the option doesn’t show up. Elementor said they don’t have a 
   native integration when I contacted them.
 *  Thread Starter [tboy123](https://wordpress.org/support/users/tboy123/)
 * (@tboy123)
 * [8 months ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/#post-18665894)
 * [https://ibb.co/Ld5HvsC4](https://ibb.co/Ld5HvsC4)
 * This link is better for the first link. Even when I scroll down in the options,
   it doesn’t have hcaptcha there.
 *  Plugin Contributor [kaggdesign](https://wordpress.org/support/users/kaggdesign/)
 * (@kaggdesign)
 * [8 months ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/#post-18666424)
 * Yes, Elementor Pro does not have native integration. That is why we added it 
   in our plugin.
 * I cannot reproduce the issue so far. Elementor Pro is a premium plugin, and I
   have a bit outdated version only – 3.28. Could you send your version 3.32 to 
   my email [info@kagg.eu](https://wordpress.org/support/topic/elementor-forms-integration-broken/info@kagg.eu?output_format=md)?
 * Thank you.
 *  Thread Starter [tboy123](https://wordpress.org/support/users/tboy123/)
 * (@tboy123)
 * [7 months, 4 weeks ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/#post-18666917)
 * I shared a file with you via that email. Let me know if you didn’t get it.
 *  Plugin Contributor [kaggdesign](https://wordpress.org/support/users/kaggdesign/)
 * (@kaggdesign)
 * [7 months, 4 weeks ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/#post-18666970)
 * Thank you sharing. Unfortunately, it didn’t help. I tested with Astra theme, 
   and everything works for me.
 * Do you have some mu-plugins? Or, could you elaborate steps from the clean WP 
   install to see the bug?
 *  Thread Starter [tboy123](https://wordpress.org/support/users/tboy123/)
 * (@tboy123)
 * [7 months, 4 weeks ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/#post-18667372)
 * What steps are you referring to? Clean WP install?
 * I disabled all plugins but elementor, elementor pro, and hcaptcha earlier. I 
   have elementor-safe-mode and plausible-proxy-speed-module in my mu-plugin folder.
   Does that help answer your questions?
 *  Plugin Contributor [kaggdesign](https://wordpress.org/support/users/kaggdesign/)
 * (@kaggdesign)
 * [7 months, 4 weeks ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/#post-18667795)
 * That’s the problem: “_I have elementor-safe-mode and plausible-proxy-speed-module
   in my mu-plugin folder_“. In Safe Mode, Elementor deactivates all the plugins
   except elementor and elementor-pro on the edit page in the admin.
 * Turn off Safe Mode and hCaptcha will work on your site.
 *  Thread Starter [tboy123](https://wordpress.org/support/users/tboy123/)
 * (@tboy123)
 * [7 months, 4 weeks ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/#post-18667928)
 * I have it in that file, but I was not turning it on when I was editing that page
   and taking a screenshot.
 *  Plugin Contributor [kaggdesign](https://wordpress.org/support/users/kaggdesign/)
 * (@kaggdesign)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/#post-18668490)
 * If you have this file in mu-plugin, it deactivates all the plugins on the `/wp-
   admin/post.php?post=11439&action=elementor`. It may happened that you turn off
   the Safe Mode on the `/wp-admin/admin.php?page=elementor-tools` page, but mu-
   plugin wasn’t deleted by Elementor for an unforeseen reason.
 * Turn off the Safe Mode, then delete the `elementor-safe-mode.php` mu-plugin, 
   then update the `/wp-admin/post.php?post=11439&action=elementor` page, and hCaptcha
   should work.
 * The main goal of this mu-plugin is in the following lines:
 *     ```wp-block-code
       add_filter( 'pre_option_active_plugins', function () {    return get_option( 'elementor_safe_mode_allowed_plugins' ); } );
       ```
   
 * Here it dynamically replaces the list of installed plugins by the content of 
   the `elementor_safe_mode_allowed_plugins` option. You can execute `wp option 
   get elementor_safe_mode_allowed_plugins` (or look at the option in the database)
   and see
 * > array (
   > ‘elementor’ => ‘elementor/elementor.php’,‘elementor_pro’ => ‘elementor-
   > pro/elementor-pro.php’,)
 * Only two plugins are working when this mu-plugin is on and you are on the `/wp-
   admin/post.php?post=xxxx&action=elementor` page.
 *  Plugin Contributor [kaggdesign](https://wordpress.org/support/users/kaggdesign/)
 * (@kaggdesign)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/page/2/#post-18677714)
 * Closed as having no response for a week.
 *  Thread Starter [tboy123](https://wordpress.org/support/users/tboy123/)
 * (@tboy123)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/page/2/#post-18679253)
 * Sorry, just got to this. I sent this to elementor just to see what they would
   say. Didn’t have much to say about it. I deleted that file in the mu-plugin folder,
   but it still didn’t display the hcaptcha option…

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Elementor Forms Integration Broken?’ is closed to new replies.

 * ![](https://ps.w.org/hcaptcha-for-forms-and-more/assets/icon.svg?rev=3026321)
 * [hCaptcha for WP](https://wordpress.org/plugins/hcaptcha-for-forms-and-more/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hcaptcha-for-forms-and-more/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hcaptcha-for-forms-and-more/)
 * [Active Topics](https://wordpress.org/support/plugin/hcaptcha-for-forms-and-more/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hcaptcha-for-forms-and-more/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hcaptcha-for-forms-and-more/reviews/)

 * 18 replies
 * 2 participants
 * Last reply from: [tboy123](https://wordpress.org/support/users/tboy123/)
 * Last activity: [7 months, 2 weeks ago](https://wordpress.org/support/topic/elementor-forms-integration-broken/page/2/#post-18679253)
 * Status: resolved