We need to add a session cookie so that if the user fills out the form, but has an error, the error pops up then takes them back to the original form (this part is done), BUT keeps their form info filled out so they can just correct the error, not start all over. (this is what I need help with!)
Joomla 1.0 (groan, I know)
Chrono 2.3.9
This is what I put at the top of the form code.
<?php
$_SESSION['uid'] = $my->id;
?>
Obviously (to you maybe <g>) this code is not working, so can anyone help me out? Thanks!!
I also found code with jfactory but I believe that is 1.5.
Thanks, Cheryl
Joomla 1.0 (groan, I know)
Chrono 2.3.9
This is what I put at the top of the form code.
<?php
$_SESSION['uid'] = $my->id;
?>
Obviously (to you maybe <g>) this code is not working, so can anyone help me out? Thanks!!
I also found code with jfactory but I believe that is 1.5.
Thanks, Cheryl