• Hello,

    Please how can I convert the labels to placeholders, I want the labels hidden while using placeholders.

    I don’t know if this example code could work

    // Add placeholder to buddypress registration form.
    function wp_add_placeholder($elements){
    $elements['placeholder'] = bp_get_the_profile_field_name();
    return $elements;
    }
    add_action('bp_xprofile_field_edit_html_elements','wp_add_placeholder');

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hello teeboy4real,

    If you want to change the appearance of a BP Profile Search form, you can edit the default form template bps-form-default.php according to your needs.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.