Hello,
I was trying to call some of the extra fields ( such as the state-name) fields into a module override template. I've tried adding the :
<?php echo $hotspot->state-name; ?>
but this returns no results.
when i use:
<?php echo $hotspot->customfields; ?>
the entire string of extra fields is shown.
How would i call a single customfield to display?
-Thanks
Sorry if I'm a bit of a php newb.