Or, you could do this with CSS and a little Javascript 😉
Put the 4 different forms on one page, and have 4 links (instead of a drop-down) which when clicked, hide the currently visible one, and display the proper form.
You could do this with a drop-down as well, just using the dropdown's value instead of links.