2014 Registration

[insert_php] if (!is_user_logged_in()) {
echo "You must be signed in to Register. Please refresh the page when you have signed in.
";
login_with_ajax();

}
else {
echo "If you would like to participate in this year's Bridging the Gap Women's Series, please fill out the following form below and we will contact you. Please note, limited seats are available.";

echo '[gravityform id="5" name="BTG 2014 Registration 10-10" title="false" description="false"]';
};
[/insert_php]