Skip to:
Content
Pages
Categories
Search
Top
Bottom

Register form help me plz

  • Hi,

    Can anyone help me how to add a new radio button ( male and female ) in register form and make it display in their profile ? with below code, i can change some text field but i cant create a dropbox or radio button to chose , for example : sex … it is too difficult :(

    function get_profile_info_keys_personal() {

    return array(‘user_email’ => array(1, __(‘Email’)), ‘user_url’ => array(0, __(‘Website’)), ‘from’ => array(0, __(‘Location’)), ‘occ’ => array(0, __(‘Occupation’)), ‘interest’ => array(0, __(‘Interests’)));

    }

    add_filter(‘get_profile_info_keys’, ‘get_profile_info_keys_personal’);

  • You must be logged in to reply to this topic.
Skip to toolbar