"Reply to"
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 15
- Joined: Mon May 20, 2019 10:11 am
"Reply to"
Hello, small question, is it possible in a form that the answer to this request is sent directly to the address entered in this form by the user?
via reply to ?...
Tkx
via reply to ?...
Tkx
- Pablo
- Posts: 23626
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: "Reply to"
If the name of the email input field is 'email' then this will be used as the 'reply to' address.
-
-
- Posts: 15
- Joined: Mon May 20, 2019 10:11 am
Re: "Reply to"
Ok
and $mailfrom works or i need another variable in "More form processor properties" Reply To:
Tkx
and $mailfrom works or i need another variable in "More form processor properties" Reply To:
Tkx
- Pablo
- Posts: 23626
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: "Reply to"
Please keep '$mailfrom'. See also the information in the help.
-
-
- Posts: 15
- Joined: Mon May 20, 2019 10:11 am
Re: "Reply to"
Thanks Pablo, but it doesn't work. I renamed the email field to "email" ...
It does not add the reply to field in the email
No problem.
It does not add the reply to field in the email
No problem.
- Pablo
- Posts: 23626
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: "Reply to"
To be able to help you, I need to see all your settings.
Do you have a demo project with the form?
Do you have a demo project with the form?
-
-
- Posts: 15
- Joined: Mon May 20, 2019 10:11 am
- Pablo
- Posts: 23626
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: "Reply to"
Everything looks correct.
This is the generated code:
This is the generated code:
Code: Select all
$mailfrom = isset($_POST['email']) ? $_POST['email'] : $mailto;
$header .= 'Reply-To: '.$mailfrom.$eol;
-
-
- Posts: 15
- Joined: Mon May 20, 2019 10:11 am
Re: "Reply to"
Oki!
I put this code where ?
Sorry for my incompetence in coding ...
I put this code where ?

Sorry for my incompetence in coding ...
-
-
- Posts: 1901
- Joined: Tue Jan 01, 2019 5:50 pm
Re: "Reply to"
I don't think you have to put the code anywhere - that us what WWB produces.
You do need to test it on a server that supports PHP - so you can't test it on your PC.
Alan
You do need to test it on a server that supports PHP - so you can't test it on your PC.
Alan
-
-
- Posts: 15
- Joined: Mon May 20, 2019 10:11 am
Re: "Reply to"
Of course, i test on PHP serveur ! 

- Pablo
- Posts: 23626
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: "Reply to"
Correct!I don't think you have to put the code anywhere - that us what WWB produces.
You do need to test it on a server that supports PHP - so you can't test it on your PC.
-
-
- Posts: 15
- Joined: Mon May 20, 2019 10:11 am
Re: "Reply to"
Oh, so it's weird, if you test the demo, there is no "reply to" in the mail.
No problem, I'll do without.
Have a good week-end.
No problem, I'll do without.
Have a good week-end.
-
-
- Posts: 917
- Joined: Fri Jan 08, 2010 6:10 pm
Re: "Reply to"
The form should have a Success page and an Error page.