How to embed a form into a View
GravityView version 2.19 introduced an easy way to embed forms inside the Multiple Entries and Single Entry layouts of a View by using a new "Gravity Forms" field in the View editor:
This field can be added to the Multiple Entries page and Single Entry page of your View.
Once the field is added, you can access its settings in order to configure which form you'll be adding to the View, as well as some form configurations. You can even pass Merge Tags from the current entry into form fields by using dynamic population:
Entries submitted using the new Gravity Forms field will have thegk_parent_entry_id
and gk_parent_form_id
entry meta added to them. Read more about that here.