Registration field Multiple select not working

Home Forums Legacy Support 4.0 Bugs & Issues Registration field Multiple select not working

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #333445
    Marco
    Spectator
    Hello, I hav a problem if I use for the user registration the BuddyPress field multi select because in the backend is not working. https://ibb.co/WvQSy9X https://ibb.co/G9V7bxM Is compatible this type of field? Thank you, Marco
    #333576
    Diana
    Participant
    Can you please share the version of wordpress you are using?
    #333591
    Marco
    Spectator
    Hello, my wordpress version is 5.6, Buddypress version is 7.1.0 and all WPLMS plugin and theme updated to the last version. Thank you, Marco
    #333620
    Diana
    Participant
    Install and activate "Jquery Migrate Helper" Plugin and then add this coe in your wplms cutomizer plugin
    
    add_action( 'admin_enqueue_scripts', 'enqueue_jquery_for_select2');
    function enqueue_jquery_for_select2(){
    	wp_enqueue_style('select2', 'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css' );
    	wp_enqueue_script('select2', 'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.min.js', array('jquery') );
    }
    
    
    #333893
    Marco
    Spectator
    Dear Diana, thank you for answer, I have installed "Enable jQuery Migrate Helper" plugin, then the code in the wplms customiser plugin but nothing is changed. i will appreciate if you can investigate little more! Thank you, Marco
    #334330
    Diana
    Participant
    Added a Multiselect in The profile Fields and it is working: http://prntscr.com/wsxccl Let me know if I am doing something wrong
    #334750
    Marco
    Spectator
    Dear Diana, thank you, but I confirm that is working in backend, but I have the problem when I try to edit the profile field in front-end: https://ibb.co/G9V7bxM Thank you, Marco
    #335130
    Diana
    Participant
    Added as a bug: https://trello.com/c/w9WuhoCu/ Replicated on my setup as well
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Registration field Multiple select not working’ is closed to new replies.