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.

Accessing gravity form data submitted by wordpress user

  1. cognostek
    Member

    Hi,
    I created a simple form using gravity form and added it to a wordpress website. Registered users of the website can access this form and can add data.

    Once data has been entered by the user using the form, I need to display the data entered by the user, next time he logs in to the website.

    What should I do? Thanks in advance.

    - Richard

    Posted 14 years ago on Tuesday May 18, 2010 | Permalink
  2. What type of information are you capturing?

    Gravity Forms is a data submission tool. It doesn't display data on the front end unless you used Gravity Forms to create a post.

    You would either create posts out of this information (maybe using a custom post type) and then display those posts on the front end or you would have to write custom PHP to show the entry data on the front end. Either way this is more advanced implementation and would take a lot of knowledge of both PHP and WordPress.

    Posted 14 years ago on Tuesday May 18, 2010 | Permalink