Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • xWafflecakes
    Participant

    @xwafflecakes

    Hey Thunderpeel, I used this code I found somewhere (just put it in your header somewhere):

    <script>
    var url = document.location.href;
    jQuery(document).ready(function() {
    //copy profile name to account name during registration
    if (url.indexOf("register/") >= 0) {
        jQuery('label[for=field_1],#field_1').css('display','none');
        jQuery('#signup_username').blur(function(){
            jQuery("#field_1").val(jQuery("#signup_username").val());
        });
    }
    });
    </script>

    xWafflecakes
    Participant

    @xwafflecakes

    Anyone?


    xWafflecakes
    Participant

    @xwafflecakes

    PS: I’ve tried Welcome Pack but that didn’t work. (WP 3.6, BP 1.8.1)

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar