Hello-
I am trying to create a catalog item that will allow a user to clone a machine from a template. I want to be able to give them the option to choose DHCP or static IP address assignment based on a checkbox, and if they do choose static assignment, display a list of input boxes that allow them to enter the IP information. Is this possible? I've found a lot of examples of how to dynamically populate a drop down list from different sources, but nothing that really covers dynamically showing/hiding form inputs. Thanks!