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 I want to put the name in the DynamicToField.
but on output 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 I want to put the name in the DynamicToField.
but on output there is only cloack-Secure-Message and I think, it is not a good workaround to ignore that.
Michael