are there form actions? feel like i'm missing something. like can I make a search, bind a typing variable to it, and have that update the api URL call. for example, I want to add a text input where users can search an artist name, then pass that var into the itunes/api/search para
Hi all, I am successfully pulling in Google Reviews into a collection, but I'd like to also bring in the star rating dynamically. It returns as a number, and I tried setting up data-attributes and pass that in, i tried using a conditional for >= 1 star, 2 star, I tried putting it in a collection and passing that in, etc, but nothing seems to work. Any guidance on what I'm missing?