Nicepage contact form in Joomla > Reply-to field

Asirmato
2 Posts
Asirmato posted this 16 February 2023
Wishlist

Hi all, Is it possible to use the clients address as reply-to field in the contact form when used in Joomla ?
(So that the receiver of the email can press reply instead of having to change the address)
Either via Joomla mail or via "send email via php" option in Nicepage ?
Or is the only solution to use a 3rd party form ?
Greetings
Steve

Hi all, Is it possible to use the clients address as reply-to field in the contact form when used in Joomla ? (So that the receiver of the email can press reply instead of having to change the address) Either via Joomla mail or via "send email via php" option in Nicepage ? Or is the only solution to use a 3rd party form ? Greetings Steve

Last edited 17 February 2023 by Support Team

Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 17 February 2023

Hi Steven,

No, there is no option with Nicepage to send emails to the person who has completed the form.
We have added the request to add this field to the contact form like send me a copy of my responses to our wishlist.
Thank you.
...................................................
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

Hi Steven, No, there is no option with Nicepage to send emails to the person who has completed the form. We have added the request to add this field to the contact form like *send me a copy of my responses* to our wishlist. Thank you. ................................................... 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
Asirmato
2 Posts
Asirmato posted this 17 February 2023

Thanks, i found this in the forum
Can this still be done and where would i find the correct file ?


info44392 posted this 23 November 2021
For me this solution for last Nicepage worked well - not have tested it yet for the new version.

It was posted in previous forum thread by Simon with small correction of mine:

" 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"],

Thanks, i found this in the forum Can this still be done and where would i find the correct file ? ------------------------------------------------------------------------------------------------------------------------------- info44392 posted this 23 November 2021 For me this solution for last Nicepage worked well - not have tested it yet for the new version. It was posted in previous forum thread by Simon with small correction of mine: " 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"], ------------------------------------------------------------------------------------------------------------------------------
Support Team
Support Team posted this 17 February 2023

Hello Steven,

Yes, you can customize the form.php file but for projects exported to HTML with Submit to option - Send an email with a PHP script.

For Joomla imported site you would need to adjust form-processor.php located on your server, the directory to it - administrator\components\com_nicepage\helpers\forms\
But, we do not recommend neither support making any adjustments to the code.
...................................................
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 Steven, Yes, you can customize the form.php file but for projects exported to HTML with *Submit to* option - Send an email with a PHP script. For Joomla imported site you would need to adjust *form-processor.php* located on your server, the directory to it - administrator\components\com_nicepage\helpers\forms\ But, we do not recommend neither support making any adjustments to the code. ................................................... 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
You must log in or register to leave comments