BuddyDev

Search

[Resolved] acceptance checkbox is not working

Tagged: 

  • Participant
    Level: Initiated
    Posts: 5
    cyril leclerc on #28330

    Hello,

    unfortunately i made this modification in bp-custom.php and in child theme functions.php but it does not working !

    https://buddydev.com/support/forums/topic/buddypress-xprofile-custom-field-types-acceptance-checkbox-wont-allow-sign-up/

    https://www.iefsante.eu/inscription-en-tant-quetudiant/

    any idea or suggestion ?

  • Participant
    Level: Initiated
    Posts: 5
    cyril leclerc on #28331

    in fact no custom fields is working at all i tried to add file, picture field input displayed but nothing recorded

    i tried birthdate, checkbox acceptance, website, url, range etc… nothing is displayed on the registration form !

  • Participant
    Level: Initiated
    Posts: 5
    cyril leclerc on #28332

    i tested adding console.log in admin JS and front JS it works for admin , not for front, but i added you piece of code to force load of javascript, but does’nt work

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #28334

    Hi,
    Welcome to BuddyDev.

    Thank you for using the plugin./

    I had a look at your site. It is not using the default BuddyPress registration and that’s why it is not working.

    You are most probably using a specialized them. Please contact theme author for the same.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 5
    cyril leclerc on #28341

    hello,

    what is the defautl buddypress registration ?

    no idea to force JS to be loaded ?

    thank you !

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #28352

    Hi,
    The default registration page a page created by BuddyPress for allowing user signup. You can see it from Dashboard->Settings->BuddyPress->Pages screen.

    You can load css/js from our plugin on all pages by putting this code in your theme’s functions.php

    
    add_filter( 'bpxcftr_load_front_assets', '__return_true' );
    
    

    I do not think It will be very helpful if all the fields are not appearing.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 5
    cyril leclerc on #28357

    ok no it was my fault for field not appearing, it was i just not checked to be visible ^^

    i tried with the defautl buddypress registration form but it was not working too !

    https://www.iefsante.eu/register/

    it id the defautl budypress registration form

  • Participant
    Level: Initiated
    Posts: 5
    cyril leclerc on #28359

    i managed to make it worked with normal buddy press registration

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #28367

    Thank you.
    That’s good to know.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved