esan108
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Vibes - Database Manager for Forms] Can’t delete submissionsI think the problem is came from assets/js/submission.js
When I submit delete action, This file request to /wp-json/formvibes/v1/submissions with method “DELETE”. But target URL not allow this method.
return function(t){fetch(fvGlobalVar.rest_url+"formvibes/v1/submissions",{method:"DELETE",headers:{Accept:"application/json","Content-Type":"application/json","X-WP-Nonce":fvGlobalVar.nonce},body:JSON.stringify(e)}).then((function(e){return e.json()})).then((function(e){t({type:"ON_DELETE_ENTRIES",payload:"deleted"===e})}))}}I capture line 14 from : assets/js/submission.js
Forum: Plugins
In reply to: [Form Vibes - Database Manager for Forms] Can’t delete submissionsHi @sharukhajm , When I select the record and click delete.
Error message from console show
Uncaught (in promise) SyntaxError : Unexpexted token < in JSON at position 0
admin.php?page=fv-lead:1- This reply was modified 5 years, 8 months ago by esan108.
Forum: Plugins
In reply to: [Form Vibes - Database Manager for Forms] Can’t delete submissionsMe too, I using Elementor Pro.
Can’t delete the submissions records.Forum: Requests and Feedback
In reply to: Dark Mode for EditorThank you Jes2000 for asking and Steve for reply.
I also want to try dark mode.