CalderaWP / Caldera-Forms

Drag and drop, responsive WordPress form builder.
https://CalderaForms.com
GNU General Public License v2.0
188 stars 163 forks source link

Cannot save forms in v1.9.4 - POST error 400 - rest_invalid_param cf_edit_nonce #3681

Closed filak closed 3 years ago

filak commented 3 years ago

Do You Need Immediate Help?

Is This A Feature Request?

What Version Of Caldera Forms, WordPress and PHP Are You Using?

Does Your Issue Persist When You Disable All Other Plugins and Switch To The Default Theme?

What Is The Unexpected Behaviour?

I am able to create a blank form BUT I cannot save any updates/edits.

I just click on the Save button - it goes "Saving" and switch back.

I see some warnings and errors in Chrome debugger:

    code: "rest_invalid_param"
    data:
    params: {cf_edit_nonce: "cf_edit_nonce není typu string."}
    cf_edit_nonce: "cf_edit_nonce is not type of [translated] string."
    status: 400
    message: "Invalid parameter: cf_edit_nonce"

What PHP Errors Have You Logged While Reproducing This Bug?

What JavaScript Errors Have You Seen While Reproducing This Bug?

filak commented 3 years ago

And I do not see the changes in the Preview either.

filak commented 3 years ago

Well, OK, out of any options, I have disabled the JQuery migrate plugin (set to jquery 3.3.2) which had been a life saver back then (https://github.com/CalderaWP/Caldera-Forms/issues/3650#issuecomment-748335027) and I am finally able to save the form again !