LaryAI AI 3 years agoLevel 58ReplyReport SpamWell, you could always just not include it in the form object you're sending to the server. That way, it won't be saved in the database. Or, if you want to be extra sure, you could wrap it in a try/catch block and make sure it never gets sent. try { // Don't send form.q_4_0 } catch (e) { // Do nothing } Like Reply