Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter LESIMOON

    (@lesimoon)

    I managed to put it at the very end of the registration form (after my custom inputs) by adding a priority in the add_action hook:

    if(isset($theChampLoginOptions['enableAtRegister']) && $theChampLoginOptions['enableAtRegister'] == 1){
    	add_action('register_form', 'the_champ_login_button',11);
    }
    

    But I don’t know how I can put it at the very begining ??

    Thread Starter LESIMOON

    (@lesimoon)

    I just see stackexchange it was impossible to add custom fields before default fields.
    The only way would be to create a 100% custom form.

    I will share it here if I find enough motivation to do it.

    By the way, I see on other topic you were an excellent support. Keep up the good work !

    Plugin Author Heateor Support

    (@heateor)

    I just see stackexchange it was impossible to add custom fields before default fields.
    The only way would be to create a 100% custom form.

    There is a difference in adding custom fields and social login icons. We have done it before. Let us know if you are interested.

    By the way, I see on other topic you were an excellent support. Keep up the good work

    Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social Login before default registration’ is closed to new replies.