Submit button label not shown on page load

Hello!

I want to make the same thing like in HOW TO [04] Create an Idea Board using Bricks & Bricksforge

But Im having problem (see the image)… the label is not shown when page loaded and I have no idea why

Could you share screenshots of your settings? :slight_smile:

by the way, I enabled the legacy settings and If I put the acpt into the “text” it behaves the same




Is the Dynamic Data Tag in your Label really correct? This outputs the data for the current post. But is the post meta you need related to the current post? Otherwise, you would need to use something like URL parameters to return the data depending on the post ID. Bricksforge is offering special Dynamic Data Tags for that: Dynamic Data Tags – Bricksforge Docs

{brf_post_meta:acpt_napady_napady_likes_like_count}
{brf_post_meta:like_count:post_id}
{acpt_napady_napady_likes_like_count}
{brf_post_meta:like_count}
{brf_post_content:acpt_napady_napady_likes_like_count:post_id}

I have tried these with no success :smiley: Im too bad haha

haha!

{brf_acf_field:like_count} this works - it confused me because I thought it is only for ACF - works for ACPT too.

maybe could have different name haha :smiley:

Interesting, ACPT seems to use the same way :slight_smile:

Btw: {brf_post_meta:napady_napady_likes_like_count} could work. The “acpt” prefix is not needed, as this is only a part of the Bricks Dynamix Data Tag.