Title: Shortcode for a single record
Last modified: May 29, 2023

---

# Shortcode for a single record

 *  Resolved [Andrzej Klasén](https://wordpress.org/support/users/bibeldans/)
 * (@bibeldans)
 * [3 years ago](https://wordpress.org/support/topic/shortcode-for-a-single-record/)
 * There is something that I don’t understand with this shortcode:
 * [adfo_single dbp_id=5144 id=5144] shows NOTHING!
 * But [adfo_list id=5144] is working:
 * [https://beta.danskyrka.eu/form-beta_404_to_301/](https://beta.danskyrka.eu/form-beta_404_to_301/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-for-a-single-record%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [giuliopanda](https://wordpress.org/support/users/giuliopanda/)
 * (@giuliopanda)
 * [3 years ago](https://wordpress.org/support/topic/shortcode-for-a-single-record/#post-16776174)
 * Hi, this tag is related to admin-form, so it’s fine, but since you also use the
   pro version, can you contact me on github to avoid misunderstanding with community
   rules?
 * For the tag in question [adfo_single dbp_id=5144 id=5144]
   the id must be the 
   id of the record (1,2,3 etc.) dbp_id is instead 5144 and is correct.
 * So if id 1 exists the right tag is.
 * [adfo_single dbp_id=5144 id=1].
 * (Always remember not to leave spaces before and after the equals, because otherwise
   it won’t work.)
 * This method allows you to display the detail of a record, but you can also do
   it automatically:
   from the list view formatting tab choose as column type detail
   link. this will popup a link to display the detail of the row.If you want to 
   display the data in a wordpress page instead you need to link the table with 
   the post data so you can rely on wordpress management of articles.

Viewing 1 replies (of 1 total)

The topic ‘Shortcode for a single record’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/admin-form.svg)
 * [ADFO – Custom data in admin dashboard](https://wordpress.org/plugins/admin-form/)
 * [Support Threads](https://wordpress.org/support/plugin/admin-form/)
 * [Active Topics](https://wordpress.org/support/plugin/admin-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/admin-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/admin-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [giuliopanda](https://wordpress.org/support/users/giuliopanda/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/shortcode-for-a-single-record/#post-16776174)
 * Status: resolved