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.

Retrieving Form Entry Values & Assigning to Variable

  1. Anonymous
    Unregistered

    Hi...

    I'm modifying the user profile editing page, and I need to be able to display values from the latest form entry by the current user.

    I need some php that will first search for all form entries by the user, with the payment status as 'approved', and then turn the values of the latest entry into variables so I can fiddle with the variables.

    I'm only an intermediate coder - can someone help me please? I'm floundering here :/

    Posted 11 years ago on Friday November 16, 2012 | Permalink
  2. This is a customization beyond the support we can offer here. There are no hooks or filters to retrieve the information in the format you're looking for, so you will have to take a look at the code and determine ways to retrieve the form entries from a user, then sort to get the latest, then retrieve the values from the latest entry.

    You can ask for help by posting on our job board as well.
    http://www.gravityhelp.com/forums/forum/job-board

    Posted 11 years ago on Saturday November 17, 2012 | Permalink