SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the hide and show functions of jquery. Examples
hide
show
In your case just set $('#msform').hide() or $('#msform').show()
$('#msform').hide()
$('#msform').show()