Skip to:
Content
Pages
Categories
Search
Top
Bottom

how to change register form ?


  • saleh.hi
    Participant

    @salehhi

    Hello guys,

    when user want to register, 2 forms appear to fill:

    1) Account Details
    2) Profile details

    I want it in a way that user just register and then fill the account details later on, how can i remove Profile Details as default?

    Register

Viewing 4 replies - 1 through 4 (of 4 total)

  • meg@info
    Participant

    @megainfo

    Hi @saleh.hi

    Create a new profile fields group ( from wpadmin User > Profile Fields ), then drag & drop all fields from Base(Primary) group to the new fields group.


    saleh.hi
    Participant

    @salehhi

    Dear Meg,

    THank you for the reply, i did what you said, but still in the registration page the title (Profile details) is there!

    how can i get rid of it?


    meg@info
    Participant

    @megainfo

    use css to hide the text.

    add this css code to style.css of your current theme.

    
    div#profile-details-section {
      display:none;
    }
    

    saleh.hi
    Participant

    @salehhi

    THank you 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to change register form ?’ is closed to new replies.
Skip to toolbar