You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error when form element have an array name. Please see attached zip for reproducing it. <head> <script type="text/javascript" src="nserializejson.min.js?v=706aa2ffa"></script> </head> <body> <form id="form"> <input type="checkbox" name="bookinDate1[costcenter4][sfTax][1234][]" value="5" checked /> </form> <script> var oForm = document.getElementById('form'); console.log(NSerializeJson.NSerializeJson.serializeForm(oForm)); </script> </body>
Getting the following error when form element have an array name. Please see attached zip for reproducing it.
<head> <script type="text/javascript" src="nserializejson.min.js?v=706aa2ffa"></script> </head> <body> <form id="form"> <input type="checkbox" name="bookinDate1[costcenter4][sfTax][1234][]" value="5" checked /> </form> <script> var oForm = document.getElementById('form'); console.log(NSerializeJson.NSerializeJson.serializeForm(oForm)); </script> </body>
issue.zip
The text was updated successfully, but these errors were encountered: