Skip to main content
Nintex Community Menu Bar

Need help troubleshooting form error

  • December 20, 2016
  • 3 replies
  • 15 views

Forum|alt.badge.img+7

I have a form that is throwing an error message on form edit.  It allows you to answer ok, and go on to edit the form, but I still don't want users to get the error.  I have checked everything I can think of that might be triggering the error, but can't figure out what is causing it.  Can anyone help?  Form is attached.

3 replies

Forum|alt.badge.img+14
  • Scholar
  • December 21, 2016

the problem is with a datepicker.

you very likely set datepicker's value but your source is NULL or not recognized as valid date.


Forum|alt.badge.img+17
  • Nintex Partner
  • December 21, 2016

Agreed. Check all the settings for any date controls. You can also readd them to the form and connect them to the appropriate list column.

Also, do you have any custom JavaScript on the form?


Forum|alt.badge.img+7
  • Author
  • January 4, 2017

Thanks, I believe that I had originally used the date in a calculation, then deleted the calculation, but for some reason it was still being called in the form.  I checked everything in the form and couldn't find any reference to the field that was being referenced in the error message, so I finally ended up creating the form over from scratch, this resolved the issue.