Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problems with registration form

  • Hello people!

    I have begun a website for my company to connect people who have worked at the company in history and I wanted to use buddypress but the plug-in is getting to work on my nerves right now ;)!

    At the moment, I have an issue with the sign-up-registration form. I have created a registration form for the website and made two different groups. the form contains a part for personal information and one for web information like links to twitter etc. The problem here is that I can show the registration fields on the web-page but when I fill in the blanks and press submit, not all information is taken into the database.
    The first part with personal information is skipped and the form only takes the information of links etc. into the database. I call the form on screen with this :

    if ( function_exists( ‘bp_has_profile’ ) ) : if ( bp_has_profile( ‘profile_group_id’ ) ) : while ( bp_profile_groups() ) : bp_the_profile_group();

    With this entered, the form shows all the fields but does not remember the filled fields when clicked on the submit button. I have tried many solutions but it is not really working for me

    I hope someone can help me with this (for me) very strange issue.

  • The topic ‘Problems with registration form’ is closed to new replies.
Skip to toolbar