PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Conditional logic

  1. I would like to create a multi-page form that asks visitors about certain characteristics they prefer in a dog, such as size, activity level, upkeep, etc. Based on their answers the form will display dog breeds that best match their responses.

    An example of this can be found here: http://animal.discovery.com/breed-selector/dog-breeds.html

    Does GF have this capability?

    Thanks.

    Posted 13 years ago on Friday February 3, 2012 | Permalink
  2. Yes. Gravity Forms can capture all that information. The display of the best breeds for the choices is up to you. You can do a conditional confirmation message by adding some code to your theme's functions.php. It might be complex based on the number of parameters you are considering (size, temperament, allergies, lifespan, etc.) but you can capture everything, then process it with your custom code, then display as the confirmation the dog that best fits their choices. It can be done, but will require some PHP code on your part to make it happen.

    Posted 13 years ago on Tuesday February 7, 2012 | Permalink