Hi,

Powermail 2.x and TYPO3 4.7.x.

I have some prefilled selectorbox fields and they show nicely in frontend but they don't get sent in mail. The typoscript is straight from older manual:

Example typoscript for selectorbox from table tt_address
# Get all tt_address datas from pid=5
lib.object = COA_INT
lib.object {
10 = TEXT
10.value = <label for="uid33">Select:</label>

20 = CONTENT
20.wrap = <select id="uid33" name="tx_powermail_pi1[uid33]" size="1">|</select>
20 {
table = tt_address
select {
pidInList = 5
orderBy = name
}
renderObj = COA
renderObj {
10 = COA
10 {
10 = TEXT
10 {
field = uid
wrap = <option value="|">
}
20 = TEXT
20 {
field = name
wrap = |</option>
}
}
}
}
}


Also this doesn't work (changing the value has no effect):
plugin.tx_powermail.settings.misc.showOnlyFilledValues = 0

I try to send and show all the values, whether they are filled or not. Only the filled values get into mail.

--
Kind regards,
Katja Lampela
www.lieska.net
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to