Search code examples
wordpresscustom-fieldsgravity-forms-plugin

Show custom field of gravity form on created post and edit that custom field in Wordpress Administrator


I have a serious problem. I created a form with Gravity Forms but i don't know how show custom fields on created post, and if its possible, how edit this fields in Wordpress Administrator.

Somebody can help me?

thanks!


Solution

    1. Install the ACF - advanced custom fields plugin
    2. Create the custom fields you need in ACF
    3. Create a form in gravity fields with the acf custom fields as custom fields.
    4. You can use short codes or custom code to show the data in posts. See ACF Documentation

    ACF provides a nice interface to edit data in admin and you can use plugins like search everything to search the custom fields data.