[!FormLister? &replyTo=`email`
email is defined in the rules.
The e-mail sent always contains the administrator's e-mail address [(emailsender)] as the return path. However, the e-mail address from the form should be there. What am I doing wrong?
brezel &replyTo=`[+email.value+]`
&replyTo=`[+email.value+]`
It does not work. The return path always contains the e-mail address of the admin [(emailsender)].
That's a bad practice, so hosting providers often ignore the corresponding header.
I have found the solution: Set parseMailerParams - Allows to use form data in mail sending parameters
&parseMailerParams=`1` &replyTo=`[+email.value+]`
Never really thought about that, its default in my forms.