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.

Search among entries and export results

  1. Hi Guys
    As I see you don't currently have added any of the previously requested functionality to the Export-function, I would like to be directed toward a way of coding the following myself:
    A search-form that returns a list of entries (searches all/any fields), and gives me the option to export this to CSV/Excel.
    I see you use the RGFormsModel to do sql-related stuff. Where is the documentation for the class?
    Any help in achieving this would be much appreciated!

    Thanks in advance.

    Posted 12 years ago on Thursday August 9, 2012 | Permalink
  2. Your best bet to create functionality like that is to look through the existing code you have in the plugin files, and refer to the developer docs which are available here http://www.gravityhelp.com/documentation/page/Developer_Docs

    That is the extent of the documentation I know of. Good luck. Maybe this could be the basis for a Gravity Forms add-on, made available at the WordPress.org plugin repository?

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  3. I don't have much time at the moment, but I was hoping you would let me see the internal documentation or similar. You do document your own code internally, right?

    It would be a great help.

    Posted 12 years ago on Friday August 10, 2012 | Permalink
  4. We do use the RGFormsModel class for the SQL related operations and the get_leads() function is the one you would want to use to search entries. As far as documentation, all we have is either available publicly on our support site, or as comments in the code.

    Posted 12 years ago on Friday August 10, 2012 | Permalink