I have 3 separate inputs all connected to one submit button and one CMS database. When Submit is clicked, Input 1 and 3 correctly input to the CMS database every time but Input 2, occasionally does not transfer it’s data to the CMS.
Also, this error seems to occur distinctly on Mobile and not on PC / Laptop. Once the error starts, it reoccurs frequently. Typically it does not occur the first attempt, but will occur if two submissions occur quickly right after each other.
It leads me to believe this is some sort of delayed loading error but then I don’t understand why it is only Input 2 and not 1+3? Every time, every input is filled in yet only Input 2 has an error.
Can anyone help me with this? Has anyone been through a similar scenario and have a fix?
Thank you