Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Matt Gibbs

    (@mgibbs189)

    I don’t think adding a review is the best place to get support :\

    That being said, check out the get_field_info() method, e.g.

    $props = CFS()->get_field_info( 'your_field_name' );
    echo $props['label'];
    
    Thread Starter Abdul Rehman

    (@brilliant16)

    Dear, Afer posting here, I also think it and also used this method by own. And It worked for me… But thanx for your ans…

    Plugin Author Matt Gibbs

    (@mgibbs189)

    Great, if everything works well, could you re-consider your 4-star review?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Label not show’ is closed to new replies.