I have a one particular service which can be for children or adults. I set my gravity form to be able to choose that.
However, after submitting the form, I would like to be able to send them to a different page depending on the option (children or adult). Is there such a method?
Another method I could think of is using query string to pass the variable so that I can redirect to the same page but have different content. If this is a better method, can someone point out to be on how I can use query string?
Thank you!