I have created a DYNAMIC PAGE linked to the database which stores all the values I am taking in to create an event. (Refer below for the photo of the page.)
Each text element is connected to the data from the database through the dataset on the side and when I preview it, it displays the details of the first event in my database.
Now, I have a REPEATER which shows crisp info of the events and has a couple of buttons (Image below).
Each box on the repeater will display a different event, what I want is when I click on “KNOW MORE” button of each box, I should be redirected to the DYNAMIC PAGE (Picture 1) with details of the event of whose KNOW MORE box I have clicked.
I did follow your suggestion and tried it, but it did not work out, the KNOW MORE buttons on all the blocks do redirect me to the DYNAMIC PAGE, but they show the details of just the first entry in my database.
I would be highly obliged if someone can help me with this, I will be doing the same for TAKE ACTION button. I am new to coding so would appreciate if the answers are as SAMPLE CODES or reference links to look at, would make it easier for me to implement.
Thanking you all and looking forward to your responses.
Hey
First of all you need to make sure that the button has snapped to the ITEM inside your repeater. You will see ADD TO ITEM when you drag and drop stuff into an items container in the Wix Editor.
Then you need to connect the button to the Dynamic Page. If this is done you will not end up on the same Dynamic Item.
Hey, I tried the above step, it still redirects me to just one dynamic page with the details of the first entry in my database.
Also, can you explain this part of your answer " First of all you need to make sure that the button has snapped to the ITEM inside your repeater. You will see ADD TO ITEM when you drag and drop stuff into an items container in the Wix Editor. " . I think I might be stuck because of this, also I do not understand this part.
And, if you could suggest an alternate way too if it still doesn’t work out?
@neelabh99 Hey
How have to created the Dynamic Pages? Did you right click the Data Collection and then created the pages from that choice or did you do it in another way?
Second thing to really be sure of is that all things is connected to the repeater and the dataset. If you click the repeater and then the connect to data icon is that icon Green?
hello, im have the simular situation, my in my case the repeater that i inserted in my dynamic page dosent show all content on preview, only show one contente from the acutal page in case.