second mail in a contact form

cristianodona
48 Posts
cristianodona posted this 17 July 2023
Ask a Question

Hi,

I have a contact form (as the picture) I need to insert a second email and I Would like to insert in C.C. in the php script generated ,. How I can make it this with N.P ?

Thank you

Cristiano

Hi, I have a contact form (as the picture) I need to insert a second email and I Would like to insert in C.C. in the php script generated ,. How I can make it this with N.P ? Thank you Cristiano
Vote to pay developers attention to this features or issue.
7 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 17 July 2023

Hello Cristiano,

For this please use Submit o option Send email with PHP script - https://nicepage.com/doc/62334/send-emails-with-php-script
...................................................
Sincerely,
Anna.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Cristiano, For this please use Submit o option Send email with PHP script - https://nicepage.com/doc/62334/send-emails-with-php-script ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
cristianodona
48 Posts
cristianodona posted this 17 July 2023

Ok, maybe I wasn't very clear.
the email that is in the form is NOT always the same but varies according to the customer who registers as a reservation

Ok, maybe I wasn't very clear. the email that is in the form is NOT always the same but varies according to the customer who registers as a reservation
Support Team
Support Team posted this 17 July 2023

Hello Cristiano,

With the Email as submit to option, only one email address can be added to receive emails.
You need to change the default one(your account email), and press verify new email adress first, after confirmation the system will define it as verified and you can test the form with a published page.
...................................................
Sincerely,
Anna.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Cristiano, With the Email as submit to option, only one email address can be added to receive emails. You need to change the default one(your account email), and press verify new email adress first, after confirmation the system will define it as *verified* and you can test the form with a published page. ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
cristianodona
48 Posts
cristianodona posted this 17 July 2023

I'm sorry but I did not understand!

I thought that the variable created by the contact form (which is called email) could be made into a variable in the reference php code.

Cristiano

I'm sorry but I did not understand! I thought that the variable created by the contact form (which is called email) could be made into a variable in the reference php code. Cristiano
Support Team
Support Team posted this 17 July 2023

Hello Cristiano,

What submit option do you use in your contact form?
...................................................
Sincerely,
Anna.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Cristiano, What submit option do you use in your contact form? ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
cristianodona
48 Posts
cristianodona posted this 18 July 2023

Hi,
In the nodule you see attached there is the customer's email, which obviously will be different every time a customer books a table at the restaurant.
By default, the email will arrive at the mailbox predefined by the php script, but I would like the email that the customer inserts when filling out the aforementioned form to be passed to the script in cc (Carbon Copy). but i don't know how to do with NP.

Thank you for your help.

Cristiano

Hi, In the nodule you see attached there is the customer's email, which obviously will be different every time a customer books a table at the restaurant. By default, the email will arrive at the mailbox predefined by the php script, but I would like the email that the customer inserts when filling out the aforementioned form to be passed to the script in cc (Carbon Copy). but i don't know how to do with NP. Thank you for your help. Cristiano
Support Team
Support Team posted this 18 July 2023

Cristiano,

Now I see. There is no such option to receive the email from in cc the one your client inserted in the form email field with the built-in PHP script provided by the Nicepage Team.
To achieve the functionality you described, you need to modify the PHP script, use a custom script, responsible for processing the form submission. You'll need to add code to handle the email address provided by the customer and include it in the "Cc" field when sending the email - https://nicepage.com/doc/25066/sample-scripts-to-send-emails
...................................................
Sincerely,
Anna.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Cristiano, Now I see. There is no such option to receive the email **from** in cc the one your client inserted in the form email field with the built-in PHP script provided by the Nicepage Team. To achieve the functionality you described, you need to modify the PHP script, use a custom script, responsible for processing the form submission. You'll need to add code to handle the email address provided by the customer and include it in the "Cc" field when sending the email - https://nicepage.com/doc/25066/sample-scripts-to-send-emails ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments