Page 1 of 1

Copy to e-mail in form

Posted: Wed Jun 15, 2022 1:24 pm
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.

Re: Copy to e-mail in form

Posted: Wed Jun 15, 2022 2:38 pm
by Pablo
This can be implemented with the "auto responder" option.

Re: Copy to e-mail in form

Posted: Wed Jun 15, 2022 2:40 pm
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.

Re: Copy to e-mail in form

Posted: Wed Jun 15, 2022 3:23 pm
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.

Re: Copy to e-mail in form

Posted: Wed Jun 15, 2022 4:35 pm
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.

Re: Copy to e-mail in form

Posted: Wed Jun 15, 2022 5:02 pm
by Pablo
You can enable/disable the auto responder via the properties.