Hi
How do I set the checked value in a radio control to a value read from the database?
I have tried {mdlMasterApplications.renewYear} and < ? php echo $form->data['mdlMasterApplications']['renewYear'];? >
Neither work even though they have corresponding values
Puzzled..
Regards
Niick
How do I set the checked value in a radio control to a value read from the database?
I have tried {mdlMasterApplications.renewYear} and < ? php echo $form->data['mdlMasterApplications']['renewYear'];? >
Neither work even though they have corresponding values
Puzzled..
Regards
Niick
Hi Nick,
if the name of the radio group is mdlMasterApplications[renewYear] then you should have to do nothing.
Bob
if the name of the radio group is mdlMasterApplications[renewYear] then you should have to do nothing.
Bob
This topic is locked and no more replies can be posted.