I have 2 webforms the first one has a dropdown. Once you make the selection and click the enter button, it will open the second form. As I add more forms, there will be more entries in the dropdown. In windows app it was as easy as show and hide but webforms does not seem to have a similar function. What is the proper way to switch from one webform to another without opening a new browser window? Is it using parent and child?