Replies: 1
Hello
i got this form:
<div class="label"> Produktname (Pflichtfeld) </div><label class="prodname">[text* Produktname id:produktname]</label>
<hr class="linie">
<div class="label">Produktart: </div><label class="prodart">[radio Produktart id:produktart label_first use_label_element default:1 "Hardcover" "Softcover" "Broschüre" "Wire O Bindung" "Flyer" "Lose Blatt Sammlung" ]</label>
<div class="labels">Sonstiges:</div><label class="prodartsonstig">[text Sonstiges id:sonstiges]</label>
<hr class="linie">
and i use these tags:
Produktname: [Produktname]
Produktart: [Produktart]
Sonstiges: [Sonstiges]
But the output in the mail is like this:
Produktname: Bildband
Produktart: Hardcover
Sonstiges:
You see…the topix “Sonstiges” is empty.
Can you please help?
regards axel