Hello,
After someone sent reservation i will receive mail message(mail set-up in plugin page). It is possible that this email to be from same person that sent reservation? In this way "reply" will go to that person not to admin@.
Regards
$title = JText::_('PLG_GKRESERVATION_STANDARD_SUBJECT') . $config->get('config.sitename');
kissedit wrote:For reservation form you must find the file:
/plugins/system/plg_gkreservation/plg_gkreservation.php
go to the line 154 and change the
$config->get('config.mailfrom'),
to
$post['gkreservation-email'],