Hallo
Ich will die gesendeten informationen eines kontaktformulars in die tabelle tt_address speichern. leiter geht es nicht...
es wird in der tt_address zwar ein neuer datensatz angelegt, aber ohne inhalt, ausser der uid und pid. die restlichen informationen werden nicht reingeschrieben.
mein ts:
[TS]plugin.tx_thmailformplus_pi1.saveDB = 1
plugin.tx_thmailformplus_pi1.saveDB {
#dbTable = tt_content
dbTable = tt_address
fileUpload = uploads/pics/
fileTypes = jpg,gif,png,jpeg,pdf,tiff,ple,pxe,lst,pis,cfg,pxc,lbl
# set maximum filesize to 1000Kb
fileSize = 1000000
# change .96. to an existing page-ID in your TYPO3 project
dbinsert=pid:70,hidden:0
#,CType:textpic
# if dbkey is not set: "uid" is taken
dbkey =uid
# [inputFieldName]:[DBName]mapping= telefon:phone, nachricht:description
}[/TS]
kann mir jemand helfen?