Hello,
is it possible to set a variable on E-Mail setups in "Dynamic to"? I tried it, but it seemed, it is not possible. I use a form with custom code.
The reason is that this form must be send in context with JFactory::getUser()->get('email') of Joomlaregistration.I'v tried it like this:
and set the name in the Dynamic to field.
but there is only cloack-Secure-Message and I think, it is not a good workaround to ignore that.
Michael
is it possible to set a variable on E-Mail setups in "Dynamic to"? I tried it, but it seemed, it is not possible. I use a form with custom code.
The reason is that this form must be send in context with JFactory::getUser()->get('email') of Joomlaregistration.I'v tried it like this:
<?php
$emailadresse=JFactory::getUser()->get('email');
echo "<input value='{$emailadresse}' name='emailadresse' />";
?>
and set the name in the Dynamic to field.
but there is only cloack-Secure-Message and I think, it is not a good workaround to ignore that.
Michael