Hi,
I am replacing the default BuddyPress edit form with a gravity form and have a curious 404 error on submission.
1. I override the default form template to load the form in place of the default buddypress form
themes/themename/members/single/profile/edit.php
<?php gravity_form(2, false, false, false, false, true,false ); ?>
2. My GF form displays properly when I edit the profile
/members/whateverTheUsernameIs/profile/edit/group/1/
3. The form action is
/members/whateverTheUsernameIs/profile/edit/group/1/#gf_2
4. When I hit submit, there is a redirect to a 404 error
/members/whateverTheUsernameIs/profile/edit/group/1/://
Does anyone have any idea where this /:// is coming from and how to fix it?
Thanks
Sean