# I cannot display to the content of fields built with kirby builder

**URL:** https://forum.getkirby.com/t/i-cannot-display-to-the-content-of-fields-built-with-kirby-builder/17623
**Category:** Questions
**Tags:** v3
**Created:** [March 17, 2020, 4:36pm UTC](https://forum.getkirby.com/t/i-cannot-display-to-the-content-of-fields-built-with-kirby-builder/17623 "2020-03-17T16:36:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![QuentinJuhel](https://avatars.discourse-cdn.com/v4/letter/q/a587f6/32.png) [@QuentinJuhel](https://forum.getkirby.com/u/QuentinJuhel)
#### Post date: [March 17, 2020, 4:36pm UTC](https://forum.getkirby.com/t/i-cannot-display-to-the-content-of-fields-built-with-kirby-builder/17623/1 "2020-03-17T16:36:28Z")

</div>

Hi,

I’m working on a page with modular text fields, I’m using kirby builder plugin.  
I succeeded to built the fields and manage them on my back offfice.

Here is a capture of the file architecture and codes that i used to do that :

 ![Capture d’écran de 2020-03-17 17-12-29](https://europe1.discourse-cdn.com/flex017/uploads/getkirby/original/2X/2/22f797f955f71111aae8b6ce4543325cd04a91b3.png)

I add four fields and it’s creating the content cv.txt corresponding what I’ve add in my back office :

 ![Capture d’écran de 2020-03-17 17-27-20](https://europe1.discourse-cdn.com/flex017/uploads/getkirby/original/2X/0/0b42fbb9f5d36429735b11ad2796780fa31fabbc.png)  
 ![Capture d’écran de 2020-03-17 17-27-03](https://europe1.discourse-cdn.com/flex017/uploads/getkirby/original/2X/6/6edeb714589d8967aacaa22bea53e9b95c272f31.png)

I’ve difficulty to display the content of my fields on my page. It’s displaying the good number of section corresponding numbers of fields I have add in my back office but not the content…

 ![Capture d’écran de 2020-03-17 17-21-58](https://europe1.discourse-cdn.com/flex017/uploads/getkirby/original/2X/c/c0cdca0ed4970da5e31955bb9b4d5f81b6261e4e.png)

thank’s a lot

Good luck to every one for the confinement

---

<div class="post-metadata">

### Author: ![texnixe](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/texnixe/32/5754_2.png) [@texnixe](https://forum.getkirby.com/u/texnixe)
#### Post date: [March 17, 2020, 4:41pm UTC](https://forum.getkirby.com/t/i-cannot-display-to-the-content-of-fields-built-with-kirby-builder/17623/2 "2020-03-17T16:41:42Z")

</div>

The name of your block snippet is not correct. Should be the name of the fieldset, not a single field, so in this case `basiccontent` not `text`.

---

<div class="post-metadata">

### Author: ![QuentinJuhel](https://avatars.discourse-cdn.com/v4/letter/q/a587f6/32.png) [@QuentinJuhel](https://forum.getkirby.com/u/QuentinJuhel)
#### Post date: [March 17, 2020, 4:46pm UTC](https://forum.getkirby.com/t/i-cannot-display-to-the-content-of-fields-built-with-kirby-builder/17623/3 "2020-03-17T16:46:45Z")

</div>

Oh god it was so simple, it’s seem logical now.

Thanks !
