I'm trying to dynamically (depending which URL it is coming from) email and store part of the URL.
URL is index.php/heating/furnaces/smartair-100
The part I want to pass is the "smartair-100".
Any ideas?
Thanks,
Ron
URL is index.php/heating/furnaces/smartair-100
The part I want to pass is the "smartair-100".
Any ideas?
Thanks,
Ron
Hello rseigel,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to send an Email dynamically
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to send an Email dynamically
P.S: I'm just an automated service😉
Hi Ron,
You will need to check the Joomla function for getting the url info, then use the value you need in the email template between php code tags, or in a "custom code" action before a "db save".
Regards,
Max
You will need to check the Joomla function for getting the url info, then use the value you need in the email template between php code tags, or in a "custom code" action before a "db save".
Regards,
Max
It's a beautiful thing....
I put:
in the Email Template section of the email action and it works!🙂
Just thought someone else could benefit from this.
Thanks a ZILLION Max.
I put:
<tr><td>URL:</td><td><?php echo JURI::current(); ?></td></tr>
in the Email Template section of the email action and it works!🙂
Just thought someone else could benefit from this.
Thanks a ZILLION Max.
It gives me the full URL BTW.
I suppose I could pull out the last bit with a snippet of php but this works for my needs.
I suppose I could pull out the last bit with a snippet of php but this works for my needs.
This topic is locked and no more replies can be posted.