On "Multiple value field" "Surround all field values with" ... "And a class of" does not work entering "div" and a "classname".

The output is only <div class="field-items">...</div> and the class is missing.

Comments

MiSc’s picture

Priority: Critical » Normal

Now this is a old issue, but I tested with the dev version, and I think it worked as designed, added the class multi-lipsum-class to multiply fields.

Output:

<div class="field-items multi-lipsum-class">
<div class="field-item odd first">Ullamcorper Dapibus</div>
<div class="field-item even">Parturient Condimentum</div>
<div class="field-item odd last">Ligula Nibh</div></div>

Could you provide more information about your problem?

MiSc’s picture

Status: Active » Closed (works as designed)

Closing this.