How to reuse the same form in multiple UI Pages?
Hello
I am working on a project with multiple UIs displaying the same form.
In a UI page I use it to collect the data and in another UI Page I show said data with the answer given for that case.
I do this on several occasions in my application. Until now every time I made a UI Page I had to model it from scratch.
I was wondering if there is any way to be able to reuse the created forms and thus not have to model the same thing more than once?