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.

Post fields and post submission

  1. VladArt
    Member

    Hey, i'm interested in letting visitors to write posts with image uploads. In a demo when i add post fields i see 'post status' select only in 'title' and 'body' fields, but what about the file inputs, how do they understand post status?

    What happens after the post is submitted? How do i print all the post fields input values on a theme page (including images) ?

    I see in total three different options of uploading images: 'file upload' in advanced fields, 'image' in post field and a 'custom field' where i can choose 'file upload' from the select box. What is the difference between this options?

    Thanks in advance for your answers. Vlad.

    Posted 13 years ago on Sunday January 23, 2011 | Permalink
  2. ...but what about the file inputs, how do they understand post status?

    They inherit the post status as specified in either the title or body field. Bare in mind, that by default, one single submission from the form creates only one post so post fields on the same form share some settings.

    What happens after the post is submitted? How do i print all the post fields input values on a theme page (including images) ?

    After submission, the form entry is used to create a post. Gravity Forms does not handle how the post is displayed in the theme; however, using the "Create content template" option of the body field, you can configure values submitted on the form to be displayed in the post body.

    I see in total three different options of uploading images: 'file upload' in advanced fields, 'image' in post field and a 'custom field' where i can choose 'file upload' from the select box. What is the difference between this options?

    The File Upload field lets you upload any file type. The Post Image field allows you upload only images and is automatically added to the created post's gallery. The File Upload option of the Custom Field field allows you to upload any file type and populates the specified custom field with the file's uploaded URL.

    Posted 13 years ago on Monday January 24, 2011 | Permalink
  3. VladArt
    Member

    Hey David, thanks for your answer. This things a pretty clear to me now.

    Posted 13 years ago on Monday January 24, 2011 | Permalink