Title: Master/Detail example
Last modified: February 18, 2018

---

# Master/Detail example

 *  [kevanbulmer](https://wordpress.org/support/users/kevanbulmer/)
 * (@kevanbulmer)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/master-detail-example/)
 * I have a GF survey that users complete.
 * i would like to have a list of users, that you can click through to then see 
   the list of surveys they have done.
 * domain.com/list-all = shows all users
 * domain.com/list-all/?user=55 = shows all surveys for user 55
 * I have this code that does the above
 *     ```
       if($user){
       echo do_shortcode( "[stickylist id='1' field='41' value='" . $user . "']"); 
       } else{
       echo do_shortcode( "[stickylist id='1']"); 
       }
       ```
   
 * but how do I link the first page to the second page? Do I have to create this
   myself or can stickylist do this?
 * Thanks
    Kev

The topic ‘Master/Detail example’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gravity-forms-sticky-list_9b65b3.
   svg)
 * [Gravity Forms Sticky List](https://wordpress.org/plugins/gravity-forms-sticky-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-sticky-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-sticky-list/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-sticky-list/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [kevanbulmer](https://wordpress.org/support/users/kevanbulmer/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/master-detail-example/)
 * Status: not resolved