I am having intermittent issues trying to save user information with a form
I have
I have
On load
--HTML (Render Form)
On submit
--custom code
<?php
$user = \JFactory::getUser();
$form->data['user_name'] = $user->name;
$form->data['user_id'] = $user->id;
?>
--DB Save
--Debugger
Array
(
[option] => com_chronoforms5
[chronoform] => CoachingSessionRating
[event] => submit
[coachee] => 1
[coachsessiondate] => 03/04/2016
[relateradio2] => 3
[structureradio2] => 4
[button4] => Submit
[user_name] =>
[user_id] => 0
[id] => 7
)