Title: [Plugin: Gravity Forms Directory &amp; Addons] Admin edit link
Last modified: August 20, 2016

---

# [Plugin: Gravity Forms Directory & Addons] Admin edit link

 *  [ch8rt](https://wordpress.org/support/users/ch8rt/)
 * (@ch8rt)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-gravity-forms-directory-addons-admin-edit-link/)
 * I’m not sure I understand what ‘user edit link’ is supposed to do, but what I
   need is a way to allow admins to edit either directly with the directory or via
   another edit screen.
 * When I put the user edit link on the form the column shows in the directory but
   without a link for each entry.
 * [http://wordpress.org/extend/plugins/gravity-forms-addons/](http://wordpress.org/extend/plugins/gravity-forms-addons/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [ch8rt](https://wordpress.org/support/users/ch8rt/)
 * (@ch8rt)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-gravity-forms-directory-addons-admin-edit-link/#post-2365024)
 * Any ideas on this? I’ve been trying to use the hooks mentioned in the FAQs to
   work around this but I can’t for the life of me echo the entry id anywhere.
 *  Thread Starter [ch8rt](https://wordpress.org/support/users/ch8rt/)
 * (@ch8rt)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-gravity-forms-directory-addons-admin-edit-link/#post-2365025)
 * Basically I think I need a way to get $lead_id to punch out in the following 
   function. It doesn’t though and I can’t for the life of me figure this one out.
 *     ```
       add_filter('kws_gf_directory_value_15', 'admin_editlink');
       		function admin_editlink($content) {
       		    return str_replace('Edit', '<a target="_blank" href="http://localhost/pe/wp-admin/admin.php?page=gf_entries&view=entry&id=1&lid=' . $lead_id . '&paged=1">t' . $lead_id . '</a>' , $content);
       		}
       ```
   
 *  Thread Starter [ch8rt](https://wordpress.org/support/users/ch8rt/)
 * (@ch8rt)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-gravity-forms-directory-addons-admin-edit-link/#post-2365067)
 * Anyone?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Gravity Forms Directory & Addons] Admin edit link’ is closed
to new replies.

 * ![](https://ps.w.org/gravity-forms-addons/assets/icon-256x256.jpg?rev=996787)
 * [Gravity Forms Directory](https://wordpress.org/plugins/gravity-forms-addons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-addons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-addons/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-addons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-addons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-addons/reviews/)

 * 3 replies
 * 1 participant
 * Last reply from: [ch8rt](https://wordpress.org/support/users/ch8rt/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-gravity-forms-directory-addons-admin-edit-link/#post-2365067)
 * Status: not resolved