It is not that simple in BV. Because BV doesn't support the visibility: hidden attribute.
In other words it requires coding the editboxes, placing the code in a html box (so you don't actually use BV editboxes) and setting their visibility to hidden. Then you associate a onChange event to your dropdown, which will trigger a Show event . Have a look at this example and look at the code :
http://www.dbtechnosystems.com/Tips/form20.html
Select "Other" in the How did you find us dropdown to see how it works.