• Resolved Orlando

    (@orlandoferreras)


    Hi. I just created a custom field on the registration form following your documentation. However I was wondering it is possible to add the data of that custom field on the students page (admin.php?page=tutor-students)? For example, “students”, “email”, “registration date” “department” (the last one is the custom).

Viewing 1 replies (of 1 total)
  • Plugin Support Md. Jobayer Al Mahmud

    (@jobayertuser)

    Dear @orlandoferreras

    Yes you can do it to parse the user value that you have save while registration you have to use this code

    $uid = get_current_user_id();

    $user = get_userdata( $uid );

    Here you will get the all student details in $user variable now go to the template and customize it using this value.

Viewing 1 replies (of 1 total)
  • The topic ‘Show data of custom field on students page’ is closed to new replies.