Mixing dynamic and static content

Hi,
I have a question. I have several variables that I want to keep variable but with fixed text in between. For example: €25 euros per month. Then I want to get 25 from the cms database and keep the rest static. Or for example the situation. The first 3 months for €20 a month. Then I want to have 3 and 20 variable and the rest static. Can this be done in 1 content field? So that you don’t have to put multiple divs or blocks against each other?

@CoenJ - I believe that the best approach here is to use a custom code block where you can combine the collection field items with the necessary HTML. However, this approach does require that you have a plan that includes the use of custom code.

1 Like

Thanks for your response. :slight_smile: Do you know how I can call cms components in the code block?

1 Like