Error When Updating Express Entries

Permalink
We are getting error 'Invalid Form' when we are trying to add/update Items to Express Entries.
Screenshot Attached. We noticed that the issue is only with WSYSIG editor field, if it contains any link (a href), then it is throwing the error, otherwise it goes well.

Please suggests a solution. Thanks in advance

1 Attachment

manup
 
mnakalay replied on at Permalink Reply
mnakalay
Hello,
when looking at your form, look in the page's source code for a hidden input field with name "express_form_id". It contains your form's ID number.

Then go to your database and look for the row with that ID in the table ExpressForms.

If you don't have an ID or it's not in the database it means your form was deleted from the DB.
manup replied on at Permalink Reply
manup
We have a WSYSIG field there, it is happening with when we add a sitemap link to the content and hit save.
mnakalay replied on at Permalink Reply
mnakalay
Does it also happen if you manually add a link, say for an external website for instance, instead of a sitemap link?
manup replied on at Permalink Reply
manup
Sitemap Link
mnakalay replied on at Permalink Reply
mnakalay
Do you have the same problem if the form is added to the front-end and saved from there?

Frankly, at this point, I think you should activate the full debugging information on your site and get a whole error message that could point you in the right direction.

Also given that it's linked to something that heavily relies on JS, 2 more things you could do would be:
1- check the browser's console for errors there
2- after adding a link to the editor check if the field I mentioned above still has a value or if the value was modified in any way.