Remove html tagg inside a list loop

I’m trying to create a list with ACF repeater fields.

The problem is that Bricks makes me add an HTML tag around the content. But in a list, the content should be directly inside the , not wrapped in another tag. Is there a way to skip this extra tag?

I have still not found a solution for this. Does anyone had the same issue? :slight_smile:

No, hence my request to remove these restrictions with a query loop element. Query loop is an essential feature and should not get into the way when building pretty basic stuff.

Thanks for reply @Maexxx. Yeah, that’s bad, I completely agree.

You could use a code block and the “Render without wrapper” option within the list item:

Structure:

  • Container (ul)
    • Div (li) – Query Loop here
      • Code Block – Render without wrapper

Code Block Settings:

Output:

1 Like

Hi, that will make the work, thank you very much! :grinning_face: