"Reply to"

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
Patounet
 
 
Posts: 15
Joined: Mon May 20, 2019 10:11 am

"Reply to"

Post by Patounet »

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
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: "Reply to"

Post by Pablo »

If the name of the email input field is 'email' then this will be used as the 'reply to' address.
Patounet
 
 
Posts: 15
Joined: Mon May 20, 2019 10:11 am

Re: "Reply to"

Post by Patounet »

Ok
and $mailfrom works or i need another variable in "More form processor properties" Reply To:
Tkx
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: "Reply to"

Post by Pablo »

Please keep '$mailfrom'. See also the information in the help.
Patounet
 
 
Posts: 15
Joined: Mon May 20, 2019 10:11 am

Re: "Reply to"

Post by Patounet »

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.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: "Reply to"

Post by Pablo »

To be able to help you, I need to see all your settings.
Do you have a demo project with the form?
Patounet
 
 
Posts: 15
Joined: Mon May 20, 2019 10:11 am

Re: "Reply to"

Post by Patounet »

User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: "Reply to"

Post by Pablo »

Everything looks correct.

This is the generated code:

Code: Select all

$mailfrom = isset($_POST['email']) ? $_POST['email'] : $mailto;
$header .= 'Reply-To: '.$mailfrom.$eol;
Patounet
 
 
Posts: 15
Joined: Mon May 20, 2019 10:11 am

Re: "Reply to"

Post by Patounet »

Oki!
I put this code where ? :?
Sorry for my incompetence in coding ...
alan_sh
 
 
Posts: 1681
Joined: Tue Jan 01, 2019 5:50 pm

Re: "Reply to"

Post by alan_sh »

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
Patounet
 
 
Posts: 15
Joined: Mon May 20, 2019 10:11 am

Re: "Reply to"

Post by Patounet »

Of course, i test on PHP serveur ! 8)
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: "Reply to"

Post by Pablo »

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.
Correct!
Patounet
 
 
Posts: 15
Joined: Mon May 20, 2019 10:11 am

Re: "Reply to"

Post by Patounet »

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.
WWBman
 
 
Posts: 916
Joined: Fri Jan 08, 2010 6:10 pm

Re: "Reply to"

Post by WWBman »

The form should have a Success page and an Error page.
Post Reply