I have a form that has two parts to it. Yes or No.
Yes if you were present (Shows a div)
No if you were absent (Show a div)
What i'm trying to get do is that if the user selects No and selects any input and then decides to go back to Yes i need to reset the value of any item in No back to the form default.
Thank you
My fiddle is below for a visual experience..