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.

Show results from entries

  1. Hig116
    Member

    Hey guys,
    I have a form where a user will make selections to get a quote for a product. I'm wondering if I can make this a mulitpage form and have the second page show the selections they made and then a dollar figure to go with it. Seems sort of conditional, but would need to get the info they selected.

    It would be something like - if product a was selected, and condition a was selected, then show price a. Does that make sense and is it possible?

    Thanks,
    Keith

    Posted 11 years ago on Wednesday January 23, 2013 | Permalink
  2. hi, did you sorted it out, to show the choices made on the first page?
    looking for some similarity ...

    thx!

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  3. Hey guys, I think this might help you out:

    http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  4. Hig116
    Member

    I'm using the Genesis framework. When adding your code to my child theme's function file, the site breaks.

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  5. Hi Rob

    And how to use a chosen drop down value (or filled in field) further on the other pages of the form?

    A form has eg 3 pages (steps) to process ... I want to show the value of a token dropdown selection the user made on the first step trough all next steps.

    Thx!

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  6. Hi Hig116

    be aware to remove "<?php" at the top of the code u're copy/paste

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  7. Hig116
    Member

    Duh!!! Thanks Kristof. I'll let you know if this works for me.

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  8. got it working.

    to select the value you want to show use shortcode:
    {:ID}
    where ID is the ID value of a field

    Good luck with it!

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  9. Hig116
    Member

    OK, this is EXACTLY what I need. Now I need to figure out how to specify the content I want delivered so that I can organize and style it. Is there another method aside form {all_fields} where I can grab them individually and put them in divs instead of in the table?

    Thanks,
    Keith

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  10. Hig116
    Member

    Can anyone help to me to figure out how to specify the content delivered as mentioned above?

    Thanks,
    Keith

    Posted 11 years ago on Monday January 28, 2013 | Permalink
  11. Hi Keith

    It's already quite clear explained doh?
    You need to copy/paste the given code in functions.php
    In gravity form you need to put a 'html' field in your form.
    There, you mention the ID's you want the value from
    {:1} > gives you the value of field ID 1 (field ID can you see when you hover ur mouse on a field in upper left corner).

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink
  12. Hig116
    Member

    Oh, that makes sense. Not sure how this will work for me. My form is of a site buying iPhones. I'm using radio buttons with conditional logic to give visitors a way to chose the phone they have. In the end, I have an html field that gives them a quote based off their choices. I have approximately 350 fields and only need to show the ones that are used to drill down to the quote. If I'm understanding this correctly, I would have to manually enter all those field ids into a html field, correct? I may just skip this idea.

    Keith

    Posted 11 years ago on Thursday January 31, 2013 | Permalink