Keyword

Extra field display as table row

  • Justin Place
  • Justin Place's Avatar Topic Author
  • Offline
  • Senior Member
More
10 years 1 month ago - 10 years 1 month ago #131268 by Justin Place
Extra field display as table row was created by Justin Place
Hi,

I would like to know what would need to be changed in this code for the table row to display correctly:
<table>
<?php if (isset($this->item->extraFields->contact->value)): ?>
<tr>
<td><b><?php echo $this->item->extraFields->contact->name; ?></b></td>
<td><?php echo $this->item->extraFields->contact->value ;?></td>
</tr> 
<?php endif; ?>
</table>

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #131269 by Lefteris
Replied by Lefteris on topic Re: Extra field display as table row
Hi. What's the output you get with this?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum