Input issue with dynamic content and individual border settings

For example, if you want to set a dynamic field from the ACF options in the individual border settings, the input is cut off! (Presumably because the values should be separated by spaces?)

In any case, if I want to place {{dc:acf:option_field field="acf_color-primary"}} on the bottom of the border, for example, it is cut off up to the first space.

screenshot_ 2025-07-18 um 10.02.32

But at least it is still inserted correctly according to dev tools, if you deleted the transparent keyword before!:

The problems start when you try to change the values of the element. Since the entire dynamic content is not contained in the input, deleting and replacing it with another dynamic content is useless!

For example deleting the content in the field and replacing it with {{dc:acf:option_field field="acf_color-secondary"}} destroys the data input!

The last entry for border-left contains the useless rest of the previous input!

screenshot_ 2025-07-18 um 10.10.12

I would suggest separating the values for individual border colours with a unique character or using a separate field for each colour!

The only way to fix this mismatch at the moment is via the dev tools!


And additionally!

And in general, I would like to suggest that the dynamic content should not be output with double quotation marks ", but with the single ' mark!

I also often like to use dynamic content for direct input in HTML code. However, due to the nature of HTML attributes, the double quotation marks get in the way!

screenshot_ 2025-07-18 um 10.20.00

And is quickly destroyed when you switch between editors.

screenshot_ 2025-07-18 um 10.20.06

So you have to manually correct the double quotation marks EVERY TIME to single marks if you want to generate a valid code, which is tedious depending on the quantity!

screenshot_ 2025-07-18 um 10.22.14

Hello @Regnalf,

Thank you for reporting this.

We were able to reproduce the issue with the Border > Color field on our installation. We’ll report this to our channel. For now, you may need to use the alternative dynamic content format, such as {{acf.option_field[’.acf_color-secondary’]}} (without the space) and input it manually in the field. Apologies for the inconvenience.

We’ll also forward your concern about the double quotation marks.

Best regards,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.