CF8 - Multipage + DB REad Action / Data Merge

rbock 27 Nov, 2024

2 pages! 1st page = list (loop), 2nd page = edit1st page button in loop with value = ID2nd page DB read action with WHERE ID = {data.quote.ID} + data merge

That works so far: BUT: if I go to page 2 with the back button to the 1st page and select another data record, the previous one is always loaded. As if data merge doesn't work the 2nd time.

rbock 27 Nov, 2024
Answer
1 Likes

I'm such an idiot... I had the wrong order on page 2 with $this->data = [];Now it works... Thanks rbock... ;-)

You need to login to be able to post a reply.