yakamara / yform

YForm für REDAXO 5 – Formulare im Frontend und Backend mit Verwaltung von Datenbank-Tabellen.
MIT License
77 stars 55 forks source link

action|email|from@email.de|to@email.de|Mailsubject|Mailbody###name### #15

Closed olien closed 8 years ago

olien commented 8 years ago

wie kann ich das E-Mail Feld mit dem Wert aus dem Formular füllen?

text|email|E-Mail|#placeholder:E-Mail

Funktioniert nicht:

action|###email###|to@email.de|Mailsubject|Mailbody###name### action|+++email+++|to@email.de|Mailsubject|Mailbody###name###

Funktioniert:

action|test@test.de|to@email.de|Mailsubject|Mailbody###name###

tbaddade commented 8 years ago

Wenn dann müsste es wie bei r4 sein

Beschreibung action|email|from@email.de|to@email.de|Mailsubject|Mailbody###name###

Code action|email|no-replay@oli.de|###email###|Olisubject|Olibody wow

olien commented 8 years ago

hm. Die FROM E-Mail Adresse soll die aus dem Formular und die TO E-Mail Adresse die aus einem REX_VALUE sein... Schnall ich grad nicht :-(

tbaddade commented 8 years ago

Die Platzhalter werden nur im body ersetzt. https://github.com/yakamara/redaxo_yform/blob/master/lib/yform/action/email.php#L18-L23

olien commented 8 years ago

Hm. Konnte ich nicht irgendwie die Absender E-Mail Adresse aus dem Formular übernehmen????

olien commented 8 years ago

http://www.redaxo.org/de/forum/post104401.html?hilit=absender%20mail#p104401

Ging wohl mal...

dergel commented 8 years ago

ist nun drin .. muss man aber vorsichtig sein .. E-Mail genau validieren lassen.