Copy to e-mail in form

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
User avatar
miguelss
 
 
Posts: 142
Joined: Thu Aug 15, 2013 12:25 pm
Location: Madrid, Spain

Copy to e-mail in form

Post by miguelss »

Hi everybody,

After expent some hours, I finally come back to you to look up your help.
I want to have a simple form, but I want to add a extra (and optional) field for copy the form to an e-mail.
Maybe is better wiht an example.

I have a simple form that when is filled, the form arrives to a fix e-mail (i.e. myemail@mail.com)
Well, and in the form, I would like to have an extra field named "email2" (this field in not mandatory, is optional).
When the user want a copy of the form, they fill the field email2, and they recibe a copy of the content of the form.

It is possible to do it?
Thanks in advance for your support!!!
M.
User avatar
Pablo
 
Posts: 22163
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Copy to e-mail in form

Post by Pablo »

This can be implemented with the "auto responder" option.
User avatar
miguelss
 
 
Posts: 142
Joined: Thu Aug 15, 2013 12:25 pm
Location: Madrid, Spain

Re: Copy to e-mail in form

Post by miguelss »

Thanks Pablo!

But I tried before.
It works only if the field "email2" is filled.
If not, if the user left it empty...there is an error.
User avatar
Pablo
 
Posts: 22163
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Copy to e-mail in form

Post by Pablo »

Correct, you will need to specify a valid input field in the auto responder settings otherwise it will not work...

See also the information in the help about this.
User avatar
miguelss
 
 
Posts: 142
Joined: Thu Aug 15, 2013 12:25 pm
Location: Madrid, Spain

Re: Copy to e-mail in form

Post by miguelss »

Thanks Pablo!
Is there anyway to activate or desactivate the "auto-responder" via the form?
or to use a hidden field like <?php echo $_SESSION['email']; ?>

Thanks a lot!
M.
User avatar
Pablo
 
Posts: 22163
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Copy to e-mail in form

Post by Pablo »

You can enable/disable the auto responder via the properties.
Post Reply