How can you display many different inputs in one single place (a popup for example)?

Im trying to create a google form-like app that enables me to enter data (text, numbers, yes/no answers) and then display them in a pop-up. Im having a hard time displaying the data together though. Any advice?

It depends on how you’re saving the data. Are they fields on a user? Are they all different objects? Is it all one object?

1 Like

Pretty straight forward if you are saving data in a the database. Once the user submits a form, you can set the data type of the popup to that table and show the data as required.

Hope this helps.

1 Like