Failed to submit error - unsure how to correct survey

317
3
Jump to solution
07-07-2023 09:41 AM
dwold
by
Occasional Contributor II

I received this Failed to submit message but I am unsure how to resolve the issue:

dwold_0-1688748053112.png

Any suggestions?

@ZacharySutherby 

@BarbaraWebster1 

@Katie_Clark 

0 Kudos
1 Solution

Accepted Solutions
DougBrowning
MVP Esteemed Contributor

Looks like you have a field in your service that does not allow Nulls but you have them in the form.  I am guessing you built this off a service?  Dig into the list of fields and find the one that have Allow Nulls set to false.  Then fix that in your form.  Or change the service if it lets you not sure.

View solution in original post

3 Replies
DougBrowning
MVP Esteemed Contributor

Looks like you have a field in your service that does not allow Nulls but you have them in the form.  I am guessing you built this off a service?  Dig into the list of fields and find the one that have Allow Nulls set to false.  Then fix that in your form.  Or change the service if it lets you not sure.

dwold
by
Occasional Contributor II

@DougBrowning I found the 2 fields that have Allow Null Values set to No. Where in the survey do I fix that so I am allowed to submit?

0 Kudos
DougBrowning
MVP Esteemed Contributor

You have 2 options I think.

Change the service to allow Nulls.

Edit the forms and add data to those fields so that they are not null.  Going forward make them required.

Hope that helps

0 Kudos