I have created multiple acf groups that are used in Gutenberg as blocks.
I want to use the acf block’s form submission using acf_form from a page in frontend, but i cannot manage to find the blocks. Is there any way?
I have the block from gutenberg, i render it e.g. render_block( $acf_block ), but i cannot bring it’s acf_form by no means!