hi! does anyone know the email record in CB?
Forums
Email record in community builder
I made a registration form connected to CB registration form by chrono connectivity.
the problem is that community builder has not any email record (maybe CB takes it from _user table) so the second form I made with chronoforms, send me an email without the email address that user put in the registration form...what can I do?
the problem is that community builder has not any email record (maybe CB takes it from _user table) so the second form I made with chronoforms, send me an email without the email address that user put in the registration form...what can I do?
Hi capitanonemo,
Get it from the Joomla User object - search here on getuser.
Bob
Get it from the Joomla User object - search here on getuser.
Bob
thanx for your answer but how can I put this:
Email: <?php $user = JFactory::getUser(); echo $user->email; ?>
in the email templates of chronoforms?
Email: <?php $user = JFactory::getUser(); echo $user->email; ?>
in the email templates of chronoforms?
This topic is locked and no more replies can be posted.