Here is the code to show input fields depending on radio selection like:
Use display:none to not show the items, then with JQuery you can use fadeIn() and fadeOut() to hide/unhide the elements.
display:none
fadeIn()
fadeOut()
http://www.w3schools.com/jquery/jquery_fade.asp