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.

Display results

  1. David
    Member

    Hi:

    I would like visitors to our site to complete a form that, based on their answers, will help them choose a given service/product. Is that possible with gravity forms? If so, are you able to provide guidance as to how?

    Thank you for your help!

    David

    Posted 14 years ago on Saturday December 11, 2010 | Permalink
  2. 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
  3. David
    Member

    Thank you for your reply, Carl.

    Unfortunately, I'm not super adept at coding (though I've certainly learned a lot of late!).

    My next question, is it possible to delete the "submit" button? I have a workaround for the above question, but the end point is a link, not the submit button, so I don't want to confuse site visitors. Thoughts?

    Thank you in advance for your help!

    David

    Posted 14 years ago on Saturday December 18, 2010 | Permalink
  4. Yeah I would think you would be able to do what your wanting with Conditional Logic, and some HTML fields within you form. The HTML fields presented would be determined by what conditional logic was used and the users inputs to previous fields.

    Then I would guess you could just hide the submit button with some CSS. So basically the form would never actually get submitted to back end of gravity froms, but you would use it to present a custom set of HTML based on questions and answers.

    Cool idea, will bank that one.

    Posted 14 years ago on Sunday December 19, 2010 | Permalink