How to make a preview popup

i make a registration page with a many details and i want to make a preview popup so the user can make a review before click a continue button . how can i display the data ?

That depends…did you save the data already to the database or not

If saved to database, in popup set the content type to the data type in the database, then in the elements to display preview use the parent groups thing data to display

If not saved, the values should be available via the inputs the user added the values to…in the popup elements that display the preview reference the input values

This topic was automatically closed after 70 days. New replies are no longer allowed.