Our goal is to ask users 2 questions and present them with the URL of a relevant PDF. One idea . . . would it be possible to ask a user questions, and use their responses to construct a URL for them?
Hypothetical situation: assume you have documents in folders with different URLs such as:
- https://domain.com/horse/tea
- https://domain.com/horse/coffee
- https://domain.com/car/tea
- https://domain.com/car/coffee
Then you asked the user two questions:
- How would you like to travel, horse or car?
- What would you like to drink while you travel, tea or coffee?
And then you dynamically took their responses to present to them the desired URL. In my use case, we’d have about 900 possible URLs.
Is this an insane idea, or is there potential here? Better ideas? Thank you!!