Support

Account

Home Forums Add-ons Flexible Content Field Count rows of flexible field? Reply To: Count rows of flexible field?

  • Hello John,
    I already tried this but when i do this i get:

    <div>1</div>
    <div>2</div>
    <div>3</div>

    but i need:

    <div>3</div>
    <div>3</div>
    <div>3</div>

    or

    <div>2</div>
    <div>2</div>

    or

    <div>1</div>

    Means: Count all flexible rows and give the number to every row (DIV in this case).