Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘Print 'siteData' elements on sites/views/create.php’ is closed to new replies.
Hi there,
I would like to personalise the "Create" screen with some data related to the user.
In particular the following fields:
<?php echo $site['siteData']->sites_name; ?>
<?php echo $site['siteData']->first_name; ?>
<?php echo $site['siteData']->last_name; ?>
For some reason these are blank, can you shed some light on how to expose this data on the create screen.
Thanks for your time.
The topic ‘Print 'siteData' elements on sites/views/create.php’ is closed to new replies.