For the past 2 years we’ve been using GravityKit, Gravity Forms, and Gravity Wiz to build a report showing applicant info from Parent form entries and Child form entries.
I’m now attempting to build a view that searches child form entries for specific keywords with results of that search showing relevant child form entries with related parent entry IDs.
I’m not sure if the Parent Entry ID is available as a column in GravityView, but @rafaehlers can speak to that.
That said, this is supported in GP Entry Blocks. What you would do is create a page specifically for searching the child form’s entries. You could then populate the Parent Entry ID into one of the columns in the table. Rough example:
@crucesignati Yep! You can add a filter block to the page. By default, it adds a search bar that will search all the fields. You can also set up filters for specific fields.
2 questions: Any way to do a join so I can show related fields from parent? And is there a way to add a “custom content” type freeform column I can add html/code to?
Entry Blocks supports custom content, yes. It even supports merge tags in the custom columns. If you’d prefer to display the content as an entries loop, that’s also supported.