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.

Displaying entry details for Custom field type

  1. jadewolf175
    Member

    I have a rather complex project in making a custom field type, and I can't seem to figure out how Gravity Forms is getting and storing the information posted from my custom inputs.

    Our client wanted something similar to the new List field functionality, but they wanted a list within a list, so I made a Custom List field type. It works on the form display, but when the form is filled out and submitted, I'm having trouble getting the input values to show up in the entries display. I've tried storing everything in an array just like list fields, but the array comes up empty on the entry detail page.

    This is all the code I've placed in our theme's functions.php:
    http://gist.github.com/1407158
    The filter at the bottom, gform_entry_field_value, is what I'm confused about.

    This is the form on our test site:
    http://themindscape.com/tiger/pge-contract-form
    To see the custom field, set "Are you registering multiple service locations?" to Yes.

    Posted 12 years ago on Tuesday November 29, 2011 | Permalink