Have an extra required error validation I can't figure out where it comes from...can't submit

70 Views Asked by At

I have an extra required error validation I can't figure out where it comes from which prevents me from submitting the form:

1

There are 1 best solutions below

0
On

I was able to reproduce this issue with invisible widget (widget's visible property set to false). You can try to:

  • make the widget(s) visible and then enter value in runtime
  • make field(s), bound to the widget(s) optional (maybe you'll need to regenerate the form)
  • change validation rules for the widget(s) (onValidate event handler)
  • remove extra field(s) and widget(s)

You can toggle widgets visibility in editor using this button(show hidden widgets): enter image description here