21
Questions / Re: error online
Last post by daninet -Error 500
Server Error
NOT A BUG. MY MISTAKE. I forgot to update the database. Sorry for the inconvenience.
set the required to false and then you can use js to set it to required or not. Setting required to true, will throw errors as the server is also expecting that field, but if you make it not required, the server code will not be expecting that field.