<input type="hidden" name="user_email" value="" /><?php
global $my;
$_POST['user_email'] = $my->email;
?><?php
$user = & JFactory::getUser();
$_POST['user_email'] = $user->email;
?>Why are you using the plugin to pull the username - that's available from the $my or $user Object?
Return to ChronoForms Questions & Answers
Users browsing this forum: Google [Bot] and 6 guests