How to display data from data from entries
-
Hi everyone,
In my form in the registration add-on, I map ‘company’ to ‘company’ field. I was able to display the company name in the author page if I use a ‘single text box’ . I do this by putting code <?php echo $curauth->company; ?> in the author.php page.
However, when I do this using dynamic field ‘data from entries’ dropdown, In the author page I see a number instead of company name. How can I show the company name instead of a number?
In data from entries, I retrieve company name from another form ‘ submit company’, in which ‘company name’ is post title.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to display data from data from entries’ is closed to new replies.