Add Custom Fields, how to show? [SOLVED]

Hi All

 

I’ve created 2 Custom Fields for VATSIM/IVAO ID during registration.

 

How do I get these added to the Pilot Centre to show?

 

Using PHPVMS 5.5.2

 

Thanks

 

Try this. I have this on my pilots list.

\<?php echo PilotData::GetFieldValue($pilot-\>pilotid, 'VATSIM'); ?\>

 

2 hours ago, flyalaska said:

Try this. I have this on my pilots list.

<?php echo PilotData::GetFieldValue($pilot->pilotid, ‘VATSIM’); ?>

 

 

Thanks, works great, for anyone else 

 

<?php echo PilotData::GetFieldValue($pilot->pilotid, ‘FIELD_NAME’); ?>