Created
August 9, 2019 14:59
-
-
Save iamandrewpeters/f46ad8577fd0ee4c1d4a0b36ee63fdc5 to your computer and use it in GitHub Desktop.
CCB Press + Gravity Forms Paremeters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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