So I need to create a FAQ page for several different retailers. Rather than creating 12 individual pages, I was hoping to create 1 and use URL parameters to change the displayed answers.
All of the questions will remain the same each time, but the answers need to change.
So a user types a name into a search box, that search is sent as a “retailer” parameter to the FAQ page. I just can’t work out how to change the option set using this method, or if that can’t be done, how to do it using a database.