Somehow I am missing where my booleans dont post in the req.body. I need help.
Ex: ModelName().updateById(id,update);
Calling this function will pass all other file and text but booleans never update. I dont know if this is a frontend issue. generalForm and generalEditForm handle to forms and posts.
Somehow I am missing where my booleans dont post in the req.body. I need help.
Ex: ModelName().updateById(id,update);
Calling this function will pass all other file and text but booleans never update. I dont know if this is a frontend issue. generalForm and generalEditForm handle to forms and posts.
Thank you!