n00bster Posted August 25, 2020 at 07:31 PM Share Posted August 25, 2020 at 07:31 PM (edited) is there a way to show the field option description from custom fields? Because in the following code i want to show also the description what i have set to very option as tool-tip on top of the field value: <?php if($CustomFields->field('jr_mslclimbability',$listing) != ''):?> <div class="MslclimbabilityStatus"> <div class="MslclimbabilityValue <?php echo $CustomFields->fieldtext('jr_mslclimbability',$listing,false,false); ?>" data-toggle="tooltip" data-placement="top" title=">>>HAVE TO PLACE HERE THE OPTIONS DESCIPTION<<<"> <?php echo $CustomFields->fieldtext('jr_mslclimbability',$listing,false,false); ?> </div> </div> <?php endif;?> Edited August 25, 2020 at 07:32 PM by n00bster Link to comment
Alejandro Posted August 25, 2020 at 08:21 PM Share Posted August 25, 2020 at 08:21 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts