-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form Creation does not work in WordPress 5.6 #3642
Comments
Install the Plugin "Enable jQuery Migrate Helper" and use older jquery Version will help. |
I am seeing this issue and we are not able to clone or export a form. I installed "Enable jQuery Migrate Helper". If I leave the settings as "Default from WordPress" and set to "Allow website visitors to trigger an automatic downgrading to legacy jQuery, when a failure is detected" the issue remains. If I set the jQuery version to "Legacy 1.12.4-wp" I can clone and create forms. My concern is this causes other issues. |
"The Caldera Forms team has been working on the updates for the WordPress 5.6 upgrade to jQuery 3. We have the fixes but haven’t completed migrating and testing them in the codebase. https://wordpress.org/support/topic/conflict-with-wordpress-version-5-6/ |
Partial notes while debugging this issue:
@Shelob9 pinging in case that gives you an idea while I keep tracking why the id is not being set. |
Related #3639 |
@agileware-justin thanks for joining the issues, #3639 and #3642 are related in the way that the difference in the "this" object in Using jQuery 3.5.1 :
@Shelob9 I am still not sure which jQuery change is causing this behaviour I also noticed that in admin.js l19 the "clicked" var declared using $(el) is not set with a .selector and .context ( as opposed to clicked var declared in 1.12.4 ) |
Would it be possible to add something on your plugin page referring to this issue... It's pretty huge and I had no idea until I came across this on github. I can't wait for this to be fixed so I can continue to develop :) |
Test zip - https://github.com/CalderaWP/Caldera-Forms/releases/download/1.9.3-b4/1.9.3-b4.zip - This should be closed via - 1c1c460 - An official update will be pushed as soon as possible. Don't hesitate to reopen this if the test zip is not working ( making sure all assets are refreshed in the browser ). Thank you all for opening this issue and sharing details. |
What Version Of Caldera Forms, WordPress and PHP Are You Using?
*You can copy the "Short Debug" line from the Caldera Forms support menu's debug tab
WordPress Version: 5.6PHP Version: 7.3.25MySQL Version: 5.7.26Caldera Forms Version: 1.9.2WP_DEBUG:
Does Your Issue Persist When You Disable All Other Plugins and Switch To The Default Theme?
Yes
What Is The Unexpected Behaviour?
I tried on several sites, when I update to WordPress 5.6, I cannot create new forms, even though it worked fine before the WordPress update.
I choose a name, but the create button does not work.
The text was updated successfully, but these errors were encountered: