Ok, I\'ve tried every suggestion that I could find, but those values are still there after submitting form and fadeOut. If anyone has a suggestion...
Try setting the input values as blank when the value is submitted.
Eg, var name = $('input[name=name]').val(' ');