PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Multiple Team Members using the same form template

  1. I have a site that has multiple team members (25 or so). I was wondering if there was a way I could create one "Team Member Contact" form, then embed it into the team-member template file using custom fields gleaned from each team member. Basically I just need to duplicate a form over multiple pages but insert different custom field data (email_address & member_name) according to which team member's page you are on.

    Does this make any sense?

    Posted 12 years ago on Thursday August 4, 2011 | Permalink
  2. So, will you have individual pages for each member, and they all use the same team-member.php template?

    If you have individual pages, you can use the same form and embed it with the shortcode, but populate the team member name in the shortcode:

    http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically

    Basically, your shortcode goes from looking like this:

    [gravityforms id=1 name=ContactForm title=false]

    to this:

    [gravityforms id=1 name=ContactForm title=false field_values='team_member=John Smith']
    Posted 12 years ago on Thursday August 4, 2011 | Permalink