# \[solved\] ACF Block not listed for use on Page

**URL:** https://forum.pinegrow.com/t/solved-acf-block-not-listed-for-use-on-page/8061
**Category:** WordPress
**Created:** [May 25, 2023, 10:39am UTC](https://forum.pinegrow.com/t/solved-acf-block-not-listed-for-use-on-page/8061 "2023-05-25T10:39:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![MichelyWeb](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/michelyweb/32/6652_2.png) [@MichelyWeb](https://forum.pinegrow.com/u/MichelyWeb)
#### Post date: [May 25, 2023, 10:39am UTC](https://forum.pinegrow.com/t/solved-acf-block-not-listed-for-use-on-page/8061/1 "2023-05-25T10:39:57Z")

</div>

Hi there,  
trying to create an ACF Block with a single Taxonomy field.

I’ve created a simple Block as ACF Block with just an H2 in it.  
In WordPress i can select the Block for adding ACF fields to it (while creating a fieldset).

But i do not see the Block when trying to add it to an actual page.

 ![CleanShot 2023-05-25 at 12.37.44@2x](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/9/927f7865368e133f70cd3347db4ccc2ca8cc0a69.png)

As soon as i change Block Type from ACF to JS it is selectable from Block List.  
Any ideas?

---

<div class="post-metadata">

### Author: ![MichelyWeb](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/michelyweb/32/6652_2.png) [@MichelyWeb](https://forum.pinegrow.com/u/MichelyWeb)
#### Post date: [May 25, 2023, 10:44am UTC](https://forum.pinegrow.com/t/solved-acf-block-not-listed-for-use-on-page/8061/2 "2023-05-25T10:44:37Z")

</div>

Oh man!  
It’s because i was restricting blocks and did not realize that ACF Block have another naming convention:

Instead of `sanftschoen/sus-pricelist` the name is `acf/sanftschoen-sus-pricelist`.  
Adding `acf/sanftschoen-sus-pricelist` to the list of accepted Blocks it works now.
