Hello,
I’m a novice at this, so apologies in advance. I successfully set up my page with an input box that links to a collection. Once a term is entered and the button is clicked, it pulls up a table with results from the collection and upon clicking a particular result, the user is redirected to a dynamic page based on the result.
I added another input box (same code and everything) linked to the same collection on that dynamic page. However, I’m finding the on click function is not working on that dynamic page. Ideally, it would allow you to search and find another item if interested. I imagine the problem is that it’s the same dynamic page, just different results, and it’s not able to redirect to itself. Could someone please confirm this and offer alternatives/code to fix the problem?
I appreciate any and all help!