Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Clear fields when they are hide Tagged: Clear option This topic has 5 replies, 3 voices, and was last updated 4 years, 9 months ago by Jane Brian. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 19, 2019 at 5:52 pm #14792 michelParticipant Hi, is there a way , to automatic remove an choosen option in a field when it will be hided (bij conditional logic) ? Uniseks Hoodie – Dog Mom Br Michel December 21, 2019 at 4:04 am #14806 nmediaKeymaster Hi Michel, Yes it should clear the field/choice when field is conditionally hidden. I color palettes are not clearing when hidden. We will fix this soon. December 30, 2019 at 9:08 am #14898 michelParticipant Is there a way so i can do it now ? with a function ? Br Michel January 1, 2020 at 8:12 am #14919 nmediaKeymaster Hi Michel, We have fixed this issue next version 20.0 and if you want to hot fix into your plugin you can add following changes: inside: js/ppom-conditions.js near line 143: replace: case 'image': $('input[name="ppom[fields]['+e.field+'][]"]').prop('checked', false); break; with: case 'palettes': case 'image': $('input[name="ppom[fields]['+e.field+'][]"]').prop('checked', false); break; January 8, 2020 at 8:19 pm #14999 michelParticipant Thanks , this is working great 🙂 Br Michel January 9, 2020 at 10:38 am #15004 Jane BrianKeymaster Glad To Hear Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In