Here is my concern:
I created a form for a dairy inspection that has violations listed under topics. The user is able to tick a box that deducts points for violations resulting in a score. In the past this form has been published but:
After testing in the field the user needed 4 notice boxes added that will give the person inspected a Fix-it By 10 days, 72 hours, Immediately, and Do not use this product.
Initially I used a Select_multiple .csv in the media folder with the details of the Fix-It notice--however the text in the .csv is longer than 255 characters and I get an error. I decided to just put short references like: Ten day Notice in select multiple and let the long details of the Fix-It Notice be added later when a report is published.
The errors I am getting when trying to publish are attached.
I did go to our table in Pro to add the compliance field but it is not letting me save it in the table with that new field.
I am still working on getting the workflow down for adding/changing field to an already published survey.
Any help is appreciated. And yes, I do realize that I may be doing things in the wrong order.
I created the form first and then published to our enterprise system.
Thanks for any pointers.
For the 255 character limit, that would be the default for text fields, you could likely add a longer length in the bind::esri:fieldLength attribute in the XLSX form.
You should add new fields in the survey for not in Pro, I'm not sure what might be preventing it from publishing. I think you forgot to attach the errors you mentioned.