Gravity Forms is more for capturing and storing data, it sounds like you want is something that wouldn't capture data and would be more for calculating what product would be best for them.
This is certainly possible with Gravity Forms, however you would have to write a custom handler to handle the confirmation page and calculate what product would be best for them. So that part would have to be custom written.
You would create a Gravity Form with the questions you want the user to answer, and then on the Confirmation settings you would redirect to your custom PHP page and pass the form field values. Your custom PHP page would read these from the querystring and determine what product is best for them.
So it would require custom code to implement, it's not something Gravity Forms does out of the box.
Posted 14 years ago on Monday December 13, 2010 |
Permalink