SyntaxFix
Write A Post
Hire A Developer
Questions
In Bootstrap 3 you can reset your form after your modal window has been closed as follows:
$('.modal').on('hidden.bs.modal', function(){ $(this).find('form')[0].reset(); });