Skip to content

Instantly share code, notes, and snippets.

@iamandrewpeters
Created August 9, 2019 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamandrewpeters/f46ad8577fd0ee4c1d4a0b36ee63fdc5 to your computer and use it in GitHub Desktop.
Save iamandrewpeters/f46ad8577fd0ee4c1d4a0b36ee63fdc5 to your computer and use it in GitHub Desktop.
CCB Press + Gravity Forms Paremeters
<?php if ( $mailto = $template::get_mailto( $group_profile ) ) : ?>
<div class="ccbpress-group-leader-contact">
<a href="https://rockbridge.cc/full-page-forms/join-a-group/?rb_group_name=<?php echo urlencode( $item->name );?>&group_leader_email=<?php echo urlencode ( $group_profile->main_leader_email );?>&rb_campus_name=<?php echo urlencode ( $group_profile->campus ); ?>" target="_blank">Group Signup</a>
</div>
<?php endif; ?>
// Make sure the ?param-name matches your dynamic population parameter name in the corresponding Gravity Form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment