Hi @laura
Haha! Yeah, I forget I originally submitted the ticket when I was using Sweet Date but since moved to KLEO. Sorry about that.
Anyway, I created an entire copy of the buddypress folder located in public_html/travelcuckoo.com/wp-content/themes/kleo and copied/pasted it to public_html/travelcuckoo.com/wp-content/themes/kleo-child
Then inside the new buddypress folder I went to public_html/travelcuckoo.com/wp-content/themes/kleo-child/buddypress/members and found the register.php file.
I backed up a copy of the file, then opened the file and pasted your code (with my Gravity Form short code added) so it looked like this:
————————————-
<div id=”buddypress”>
<?php do_action( ‘bp_before_register_page’ ); ?>
<div class=”page” id=”register-page”>
<?php echo do_shortcode( [gravityform id=”1″ title=”false” description=”false”] ); ?>
</div>
<?php do_action( ‘bp_after_register_page’ ); ?>
</div><!– #buddypress –>
————————————-
Unfortunately the result was a blank page (see attached). Wondering if I made an error?
Thanks for all your help! 🙂