Hi
I have at last begun to convert my site from V4 to V5. In V4 I referenced some of the form variables..
For example
I gather that they have changed in V5 to
Is there some table, tutorial or whatever that shows the equivalent V5 to V4 form variables?
Regards
Nick
I have at last begun to convert my site from V4 to V5. In V4 I referenced some of the form variables..
For example
<h1>hook <?php echo $form->form_name;?></h1>
I gather that they have changed in V5 to
<h1>hook <?php echo $form->form['Form']['title'];?></h1>
Is there some table, tutorial or whatever that shows the equivalent V5 to V4 form variables?
Regards
Nick