Closed mivajenn closed 8 years ago
Shouldn't the fields either clear or go away once you click submit?
I added that functionality to the theme: http://levels-theme.mivamerchantdev.com/contact-us.html
Update in scripts.js: Right after line 985, add: $(form).find('input[type=reset]').click();
Shouldn't the fields either clear or go away once you click submit?