I want to make clickable tiles with people's names and pictures, for them to choose who they are. I would like all the tiles to redirect to the same page, just with different query params. Would it be best to just make div's that are hyperlinks? Or I was thinking maybe I should make it a form, where the action is the page to redirect to, with method=GET, and clicking any of the tiles would submit the form somehow with that tile as the form value?
Any suggestions for best way to do this? Thanks!