Hi,
i need to insert a costant text before the name of select in the subject of mail.
For example i need to get an email with this format of subject "Preventivo per select_5" where
"Preventivo per" is a costant text and select_5 is the name of the select. So, dependin of the type of option of select i have a lot of combination with the constant text.
I try to insert in Dynamic Subject something like "Preventivo per select_5" but dosen't works.
Any tip for me??
Regards
i need to insert a costant text before the name of select in the subject of mail.
For example i need to get an email with this format of subject "Preventivo per select_5" where
"Preventivo per" is a costant text and select_5 is the name of the select. So, dependin of the type of option of select i have a lot of combination with the constant text.
I try to insert in Dynamic Subject something like "Preventivo per select_5" but dosen't works.
Any tip for me??
Regards
Thanks for reply but in my case for example where i must insert the name of select?
I must do something like this?
Regards
I must do something like this?
<?php
$subject = date('YmdHis').'select_5';
JRequest::setVar('subject', $subject);
?>Regards
This topic is locked and no more replies can be posted.
