Results custom URL parameters
-
Does anyone know if this plugin can create a calculated results URL, with custom parameters? For example, after the quiz, a button/link says “here are your results” which links to a URL that might look like this:
https://www.example.com/shop/?max_price=1000&pa_orientation=horizontalFrom a quiz that asks:
What’s the maximum price you want? 100/500/1000
What orientation do you want? horizontal/vertical/eitherThe URL would be generated based on the answers and all permutations would need to be possible. I’m okay with writing some custom php functions/case statements if I can see an example.
The topic ‘Results custom URL parameters’ is closed to new replies.