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.

custom field not visible on front end

  1. Ariel.Snapp
    Member

    Hi,
    I am using GF for submitting a post. This form consist of custom fields, images, file upload and Post fields. When I click on submit button, I form gets submitted with just post fields which are Title and description and I cannot see the Uploaded files, images and custom field on the Front-end.
    Will you please help me to figure out how can I see custom fields, images and file upload on Front-end

    Appreciate your help.
    Thanks

    Posted 12 years ago on Tuesday March 13, 2012 | Permalink
  2. maadmaxx
    Member

    Just subscribing to this question.

    Posted 12 years ago on Wednesday April 11, 2012 | Permalink
  3. There are 2 ways for doing this...

    1. Single.php
    You will need some PHP knowledge to do this but you can change your themes single.php page to include your custom fields

    2. Custom Field Plugin
    By using this plugin http://wordpress.org/extend/plugins/custom-fields-shortcode/ .
    - Create your form with a "Post Body" field.
    - In Post Body field create a "Content Template" by clicking on the "Edit" link of your Post Body field
    - In this Content Template place the shortcode [cf]Your DF Name[/cf} where you want the CF to appear

    Posted 12 years ago on Wednesday April 11, 2012 | Permalink