---
title: "Embedding the Edit Entry form into a Page or Post"
date: 2026-04-23
author: "GravityKit"
link: "https://www.gravitykit.com/docs/gravityview/edit-entry/embedding-the-edit-entry-form-into-a-page-or-post/"
---

Since GravityView version 2.14.6 it is now possible to embed the Edit Entry page directly into a Page or Post by using the [ shortcode](https://www.gravitykit.com/docs/gravityview/shortcodes/gventry-shortcode/).

Now it's possible to create a truly "Edit Your Profile" page by directly embedding the entry form into a Page or Post:

![Edit profile form with fields for first name, last name, email, and Update, Cancel, Delete buttons](https://www.gravitykit.com/wp-content/uploads/2025/10/file-YlDKLB2d3M.png)
In order to achieve this, you need to add the `edit="1"` attribute to the `[gv_entry]` shortcode
Here's a full example of a  shortcode usage: `[gventry view_id="472" edit="1" entry_id="first"]`.