I am working on a map that has buttons that will lead to a simple form (aka view with text, checkboxes, and submit button), and I would to be able to create new "forms" from another view. So basically type a few things in some text entry's on a view, then press a button and it will insert that data into a table, AND create a new button on a separate view that is similar to the other ones on the map. What is the best way I can go about automating the process for adding new buttons.
My implementation right now is to have all buttons be the same but they have a parameter when they are made which fetches the form data from the table according to a parameter, and populates text on the form. So I would essentially need to have an action script that duplicates the buttons but changes one parameter, as well as the X and Y position. Is this possible to do in Ignition Perspective?