Forum Replies Created
-
This reply has been marked as private.in reply to: recaptcha v3 always fails
I found the issue. It’s an incompatibility with 2 plugins:
https://roots.io/plugins/soil/
When either of these plugins is active, the recaptcha fails. Please test this and let me know if you can fix the compatibility issues!
Thanks!
in reply to: recaptcha v3 always failsOk, not resolved.
My main website doesn’t work. I found out the function to register the script (frontend_assets()) is called AFTER the loadTemplate() function. This means that in the loadTemplate function, you’re trying to enqueue the script but the script is not registered yet!
wp_script_is(‘dhvc-form’, ‘registered’) === FALSE
in reply to: Main script is never enqueuedWhen I put my site online, it worked as expected. I don’t know why the localhost environment didn’t work. I’ll mark this as resolved. Thanks!
in reply to: Main script is never enqueuedOk interesting, however by simply using WPBakery Page Builder and including the form on a page using your prebuilt component, it doesn’t work for me. The form shows up on the page but the main script is never loaded.
in reply to: Main script is never enqueued