How to display data in a new page?

Hello!
I need some help in this proyect. So I have a repeating group in my Index and I want to display that data in a new page (Cart).
I tried with pop ups and works but in this case i want to display in a new page. Thanks



pages

Do you require users to log in before adding items to the cart? If so then when you create the cart item, you should have a field for the user. Then you can have a button to go to the cart page and the data source in the repeating group would search for cart items where the user = current user.

1 Like