If I enter a character into a numeric field and submit the view I get an error (as expected) and the field has a red border.
After entering a number into the field and re-submit the whole view disappears!
In the URL is this:
http://xx.xx/noteneingabe?entityform[968][field_note][und][0][value]=-1&...

What could I do wrong?

Comments

Anonymous’s picture

rolfh created an issue. See original summary.

joachim’s picture

Status: Active » Postponed (maintainer needs more info)

Do you mean you get WSOD? Have you turned on error output? It's possibly an out of memory error.

Anonymous’s picture

no, not a WSOD, only the part where the view should be displayed is blank. It is because of the URL. If I remove everything after the ?-mark I get the view back. I don't understand why this URL is created.

joachim’s picture

Are you using Entityform as well?

Anonymous’s picture

yes, this are entityform submissions shown with editable views

joachim’s picture

It sounds like entity form is doing some redirection in the validation process.

Anonymous’s picture

I circumnavigated the issue by making the field a list. So there can't be a validation error. But still, I don't see what's wrong.

joachim’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)