Forums

Join
bbPress Support ForumsPluginsRegister form help me plz

Info

Register form help me plz

  1. 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');

  2. You must log in to post.