We are implementing a fairly complicated form which has a number of required fields that are hidden under some circumstances. If everything is completed correctly, the form submits just fine. If a required field is missed and submitted, it errors back to complete the required field but then throws up errors on a hidden field when we try to resubmit.
I see from looking through answers that there is a fix for this is in 10.3.1, however, we are not getting that update until after our network server is upgraded, which will be after our scheduled go live of this form.
I also see that a work around is to disable the backend validation. I did so and have tested fairly thoroughly and that seems to work, but my question is .. what potential ramifications might we encounter if we go live with the backend validation disabled? Should I be concerned about going live with this form without that validation? Also, am I understanding correctly that this issue should be resolved when we upgrade to 10.3.1?
Thanks for your help!