Form reply to

Ela Ra
6 Posts
Ela Ra posted this 11 July 2020
Ask a Question

Hi Nicepage team,
first things first: I love nicepage. You have not disappointed me so far.
Is it possible to add a reply-to function to forms send with php?
I urgently need this. I would even go for a workaround if you have any suggestions.

Thanks and best regards,
ela

Hi Nicepage team, first things first: I love nicepage. You have not disappointed me so far. Is it possible to add a reply-to function to forms send with php? I urgently need this. I would even go for a workaround if you have any suggestions. Thanks and best regards, ela

Last edited 11 July 2020 by Ela Ra

Vote to pay developers attention to this features or issue.
10 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 13 July 2020

Ela,

Please use "From" option from form options.

reply-option.png

...................................................
Sincerely,
Rami
Nicepage Support Team

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

Ela, Please use "From" option from form options. !reply-option.png! ................................................... Sincerely, Rami Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Ela Ra
6 Posts
Ela Ra posted this 13 July 2020

Hi Rami,
thank you for the suggestion but I need the customer's email in there so that the customer's email address is used as reply-to. I am asking the customer for their email address and I want to insert that value into that from field.
Thanks and best regards,
Ela

Hi Rami, thank you for the suggestion but I need the customer's email in there so that the customer's email address is used as reply-to. I am asking the customer for their email address and I want to insert that value into that from field. Thanks and best regards, Ela
Support Team
Support Team posted this 14 July 2020

Hi Ela,

There is no such possibility. You can only add the E-mail field in the form itself where the user will enter his valid e-mail, no auto reply-to option is available.

...................................................
Sincerely,
Hella
Nicepage Support Team

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

Hi Ela, There is no such possibility. You can only add the E-mail field in the form itself where the user will enter his valid e-mail, no auto reply-to option is available. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
simonusher3
28 Posts
simonusher3 posted this 14 July 2020

Hi Ela,

You do need to add an email field to the contact form, once created and exported to HTML, to reply direct from your email client, you will need to edit the scripts/form-****.php file and where it says:

$form = array(
'subject' => 'New Enquiry',
'email_message' => 'You have a new form submission',
'success_redirect' => '',
'email' => array(
    'from' => ' ',

replace 'from' => ' ', with the following:

        'from' => $_POST["email"];

Now you can reply direct to the sender but, remember, if you update anything on your nicepage site, you will need to edit the form.php file again as it will be overwritten or at least don't upload this file on to your server if you haven't changed your contact form.

Regards,

Simon.

Hi Ela, You do need to add an email field to the contact form, once created and exported to HTML, to reply direct from your email client, you will need to edit the scripts/form-****.php file and where it says: $form = array( 'subject' => 'New Enquiry', 'email_message' => 'You have a new form submission', 'success_redirect' => '', 'email' => array( 'from' => ' ', replace 'from' => ' ', with the following: 'from' => $_POST["email"]; Now you can reply direct to the sender but, remember, if you update anything on your nicepage site, you will need to edit the form.php file again as it will be overwritten or at least don't upload this file on to your server if you haven't changed your contact form. Regards, Simon.

Last edited 14 July 2020 by simonusher3

Ela Ra
6 Posts
Ela Ra posted this 14 July 2020

Simon, you are the best! Thank you so much for this tutorial. I hope karma makes your day and helps you as much as you helped me :)

Simon, you are the best! Thank you so much for this tutorial. I hope karma makes your day and helps you as much as you helped me :)
info44392
60 Posts
info44392 posted this 14 June 2021

Hi Ela,

You do need to add an email field to the contact form, once created and exported to HTML, to reply direct from your email client, you will need to edit the scripts/form-****.php file and where it says:

$form = array(
'subject' => 'New Enquiry',
'email_message' => 'You have a new form submission',
'success_redirect' => '',
'email' => array(
    'from' => ' ',

replace 'from' => ' ', with the following:

        'from' => $_POST["email"];

Simon.

I had to change ; in the form-carousel.. to ,

email' => array(
'from' => $_POST["email"],
'to' => 'demo@emaildomain'

Regards

> Hi Ela, > > You do need to add an email field to the contact form, once created and exported to HTML, to reply direct from your email client, you will need to edit the scripts/form-****.php file and where it says: > > $form = array( > 'subject' => 'New Enquiry', > 'email_message' => 'You have a new form submission', > 'success_redirect' => '', > 'email' => array( > 'from' => ' ', > > replace 'from' => ' ', with the following: > > 'from' => $_POST["email"]; > > Simon. I had to change ; in the form-carousel.. to , email' => array( 'from' => $_POST["email"], 'to' => 'demo@emaildomain' Regards
wpindia007
1 Posts
wpindia007 posted this 10 September 2021

how can i sent a custom email to the customer's email address ??

how can i sent a custom email to the customer's email address ??
Support Team
Support Team posted this 10 September 2021

Hello wpindia007,

We would need more detail regarding your question -
-what kind of submit function do you chose?
-how are you going to publish your site?
-what are the contact form settings in your project?

Please open a new topic so we don't spam the original user from this thread.

Thanks.
...................................................
Sincerely,
Anna T
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 wpindia007, We would need more detail regarding your question - -what kind of submit function do you chose? -how are you going to publish your site? -what are the contact form settings in your project? Please open a new topic so we don't spam the original user from this thread. Thanks. ................................................... Sincerely, Anna T Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
JRC
52 Posts
JRC posted this 02 March 2023

Are we saying on the Form submission, IF we ask the site-user to fill in their email-address,

WE CAN have the EMAIL that we get from nicepage.io default to a REPLY-TO Email address that is the email address that the user filled in ??

That'd be awesome. And, is it possible without customizing scripts/php ??

This post (above) is about 3 years old.
Anything newer happen?

Are we saying on the Form submission, IF we ask the site-user to fill in their email-address, WE CAN have the EMAIL that we get from nicepage.io default to a REPLY-TO Email address that is the email address that the user filled in ?? That'd be awesome. And, is it possible without customizing scripts/php ?? This post (above) is about 3 years old. Anything newer happen?
Support Team
Support Team posted this 02 March 2023

Hi,

There is still no Reply To option, but it is in our wishlist.

...................................................
Sincerely,
Hella
Nicepage Support Team

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

Hi, There is still no Reply To option, but it is in our wishlist. ................................................... Sincerely, Hella 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