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.

Updating custom fields from post page[single.php]?

  1. sriganesh
    Member

    Hello,

    I would like to know if the following is possible with GF.

    I want to embed a form within each post below the post content which would update few custom fields associated with that post.

    eg.
    Let us say I have a tab that outputs a custom field called "New information" below the post content, which would be updated right from the form on that page (after some validation).

    Posted 12 years ago on Tuesday July 12, 2011 | Permalink
  2. It's possible, but only as a customization. Out of the box Gravity Forms does not edit existing posts, it only creates new posts. So if you wanted a form that can edit a post you would have to write custom code using the available API hooks to accomplish this.

    Posted 12 years ago on Tuesday July 12, 2011 | Permalink
  3. sriganesh
    Member

    Thanks for the reply.

    Is http://www.gravityhelp.com/documentation/page/Developer_Docs the only resource for more information on this?

    Could you direct me to more tuts/tips on these in general?
    I would want to try/learn these out myself and hiring developers is the last option.

    Posted 12 years ago on Tuesday July 12, 2011 | Permalink