Solved

Validation error which I cannot explain

  • 6 February 2017
  • 3 replies
  • 64 views

I'm facing a validation error on a simle List Form. I only get the error when iditing an item.

The validation message tells me: Please adress the following: This is a required field.

 

Any help would be appreciated!

icon

Best answer by TomaszPoszytek 6 February 2017, 13:47

View original

3 replies

Userlevel 7
Badge +17

Maybe you do have a filed, that is set as "Required" but is not displayed on the form interface? Maybe you have a rule, that fills its value when item is added but when edited it doesn't? But it is certainly related to the required field you cannot see on your form.

For the debugging purposes you should add each mandatory field to UI and check which one is causing the problem

Regards,

Tomasz

I have found the issue, it was caused by a repeating section which seemed to be connected to a mandatory field.

Userlevel 7
Badge +17

Yup! Told you  Something in the form structure not certainly visible on the UI layer

Glad you have found the solution. Please, mark any from the answers as "Correct" in case you feel your problem is solved.

Regards,

Tomasz

Reply