# How to get the ID of a newly created form in shopware backend

**URL:** https://forum.shopware.com/t/how-to-get-the-id-of-a-newly-created-form-in-shopware-backend/49716
**Category:** International (English Only)
**Tags:** general
**Created:** [27. November 2017 um 08:32 UTC](https://forum.shopware.com/t/how-to-get-the-id-of-a-newly-created-form-in-shopware-backend/49716 "2017-11-27T08:32:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![aswathi](https://avatars.discourse-cdn.com/v4/letter/a/f4b2a3/32.png) [@aswathi](https://forum.shopware.com/u/aswathi)
#### Post date: [27. November 2017 um 08:32 UTC](https://forum.shopware.com/t/how-to-get-the-id-of-a-newly-created-form-in-shopware-backend/49716/1 "2017-11-27T08:32:07Z")

</div>

I created a new form under &nbsp;„CONTENT =\> FORMS“. Now to display the form in a page i created a page in&nbsp;&nbsp;„CONTENT =\> SHOP PAGES“. To link the new form to the newly created page, i want the ID of the form as per the shopware doc in [http://en.community.shopware.com/\_detail\_796.html](http://en.community.shopware.com/_detail_796.html). Please give a solution like to get the form ID or any other method to do&nbsp;so.

 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/e/e06356ee0299455060c53461afe78fed6e0e55ee.png)

---

<div class="post-metadata">

### Author: ![simkli](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/simkli/32/13124_2.png) [@simkli](https://forum.shopware.com/u/simkli)
#### Post date: [28. November 2017 um 11:15 UTC](https://forum.shopware.com/t/how-to-get-the-id-of-a-newly-created-form-in-shopware-backend/49716/2 "2017-11-28T11:15:10Z")

</div>

Have a look at:&nbsp;[http://en.community.shopware.com/\_detail\_796.html#Form\_Basic\_information](http://en.community.shopware.com/_detail_796.html#Form_Basic_information)

Below the field “name” you can see a gray text “Link to form shopware.php?..”.

The last part of the URL ist the ID. sFid=XX, with XX being the ID

Regards

---

<div class="post-metadata">

### Author: ![aswathi](https://avatars.discourse-cdn.com/v4/letter/a/f4b2a3/32.png) [@aswathi](https://forum.shopware.com/u/aswathi)
#### Post date: [28. November 2017 um 12:33 UTC](https://forum.shopware.com/t/how-to-get-the-id-of-a-newly-created-form-in-shopware-backend/49716/3 "2017-11-28T12:33:30Z")

</div>

Thank you soo much…It worked…SInce i am new to shopware…i was not able&nbsp; to set up the basic things.
