mivaecommerce / levels-readytheme

Repo for Levels ReadyTheme
1 stars 0 forks source link

Fields remain filled in on Contact Us Form after submitting - IE Browser #21

Closed mivajenn closed 8 years ago

mivajenn commented 8 years ago

Shouldn't the fields either clear or go away once you click submit?

screen shot 2016-01-20 at 10 59 23 am 2

tessguefen commented 8 years ago

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();