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.

Ouput entries to a page?

  1. I've seen the Gravity Forms Directory add-on, but that output entries to a table. Nice, if that works for you, but I want to create a directory listing. My form looks like this:

    http://www.getbentflorida.com/directory/add-your-business/

    And the directory would be a simple list, amalgamating some of the fields (such as the business name and the URL), as such:

    Strike Zone
    2771 West New Haven Avenue
    Melbourne, FL 32904
    321-956-3474
    strikezone@yahoo.com
    Live and Frozen Bait & Tackle Shop
    M-F 8am – 6pm, Sat 8am-5pm, Sun 9am-4pm

    Another Business
    123 Main St.
    Melbourne, FL 32904
    321-956-3474
    anotherbusiness@yahoo.com
    Live and Frozen Bait & Tackle Shop
    M-F 8am – 6pm, Sat 8am-5pm, Sun 9am-4pm

    I realize that Gravity Forms doesn't provide this functionality out of the box. I'm just looking for a few pointers for a third-party plugin or suggestions on how to do this myself.

    Posted 13 years ago on Friday December 3, 2010 | Permalink
  2. I did something like this with the Gravity Forms add-on (not related to Gravity Forms in any way) from here:
    http://wordpress.org/extend/plugins/gravity-forms-addons/

    This is how I chose to display the data:
    http://guitar.chrishajer.com/review-page/

    If you submit this form, you will see your data on that page:
    http://guitar.chrishajer.com/2010/07/06/suggest-a-restaurant/

    I also displayed some of it in a sidebar widget.

    The code to do it is all posted on that "Review Page" and at pastie.org.

    Previous discussion:
    http://forum.gravityhelp.com/topic/can-i-use-gravity-forms-for-testimonials-on-my-website#post-9483

    Or check the "katz" tag:
    http://forum.gravityhelp.com/tags/katz

    I did all that before the directory output was part of the add-on from Katz. The directory output was added later.

    Posted 13 years ago on Saturday December 4, 2010 | Permalink