PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Replace theme registration form w/ gravity forms user registration add-on

  1. cca
    Member

    How do I get the user registration form I created with gravity forms to replace the default registration in my buddypress theme?

    My website address is http://thecampuscrown.com

    the registration as seen here:
    http://thecampuscrown.com/register/

    is the one that came with my theme. Not gravity forms.

    Thanks

    Posted 13 years ago on Wednesday April 20, 2011 | Permalink
  2. Assuming that you are using BuddyPress, one option would be to update the "register.php" file in the BP theme you are using. If you are using the default theme, you will likely want to make a copy of this to prevent your changes from being overwritten when you update BuddyPress for future updates.

    Posted 13 years ago on Wednesday April 20, 2011 | Permalink
  3. cca
    Member

    Thanks for the reply, I thought that I might have to do something of that nature. I'll come back if I have any problems.

    Posted 13 years ago on Wednesday April 20, 2011 | Permalink
  4. Hi guys i am facing the same problem .I have located the registration.php file in my theme folder. Now can you please brief me how to edit it, so that the default buddypress registration form replace the one i created using gravity forms.If you provide me the exact code that would be great.

    Posted 12 years ago on Tuesday September 20, 2011 | Permalink
  5. @ravidreams What you are doing is a theme customization so there is only so much guidance we can provide. We can give you the high level overview.

    You would edit the registration.php to remove it's existing registration form and instead use the Gravity Forms function call to output the Gravity Form you want to display.

    You would then have to be sure that you use the enqueue function to enqueue the necessary CSS and Javascript for Gravity Forms to work properly. You can try placing this in registration.php also, although you may have to put it in your functions.php file and wrap it in an IF statement so that it only executes if the page id is the registration page.

    If you need to hire a developer to implement customizations for you, here are some developers with Gravity Forms customization experience you could try contacting:

    Ounce of Talent
    http://www.ounceoftalent.com

    Raquel Kohler
    raquelaraujokohler@gmail.com

    WebDevStudios
    http://www.webdevstudios.com

    Scott Kingsley Clark
    http://scottkclark.com

    There is a larger list of developers with Gravity Forms experience here (although I can't guarantee they all know what they are doing):

    http://wpcandy.com/pros/experienced/with-gravity-forms

    Posted 12 years ago on Tuesday September 20, 2011 | Permalink

This topic has been resolved and has been closed to new replies.