Is it possible to have multiple submits redirecting to multiple pages?

I have to make a website where a user first answers a few questions. Depending on the answers, the other pages of the website display (slightly) dynamic content. I’m trying to do this with Gravity Forms, basically by making every page a form. The information gets propagated from page to page according to this: https://docs.gravityforms.com/confirmation-query-string-populate-form/

This mostly works fine, except for the fact that a page can only have a single submit button. I want to have multiple, because I’m using them as links. As far as I could see, this is not possible with GravityForms. Is there another way to make something like this work?

I know this isn’t exactly the way Gravity is supposed to be used, but I also couldn’t find any regular Wordpress Plugin to do this kind of thing. Any tips regarding another plugin that could do this would be appreciated as well.