Register user form
Author | Posts |
---|---|
February 19, 2015 at 2:53 pm 37107 | |
jeremymatter | Hi, I have installed dokan and when i try to register a new user a dokan form filed have appear. This form contain two radio button : I am a customer I am a seller And six texte field in display: none; First Name * Last Name * Shop Name * Shop URL *http://www.wellness-community.ch/store/ Address* Phone* This six text field are compulsory... I can't register my user without edit the content of css form to modify the display and complete the fields... I don't want this form in my new user register form. How can I deactivate this form ? Thanks you :) |
February 19, 2015 at 3:01 pm 37108 | |
Nayem | Hello jeremymatter, I am not clear about your question. Do not you need the registration for seller?. Please describe me in more details. Thank you 🙂 |
February 19, 2015 at 3:03 pm 37109 | |
jeremymatter | Hi, Sorry, i’m french. When i have installed dokan a new form appear in my old register form, i just want to desactiv this form 🙂 Thanks you |
February 19, 2015 at 3:05 pm 37111 | |
Nayem | Please provide a screenshot here. |
February 19, 2015 at 3:12 pm 37114 | |
jeremymatter |
In red is my form for new user registration I just want to have only the red form. |
February 19, 2015 at 3:31 pm 37117 | |
Nayem | You can turn off “Anyone can register” from Wp admin panel->Settings. You can also disable registration from WooCommerce. Please navigate to WooCOmmerce->Settings->Accounts. Here you will see registration option. You have to disable registration from my account page. Thank you 🙂 |
February 19, 2015 at 3:54 pm 37119 | |
jeremymatter | Turn off “Anyone can register” delete my two form. If i desactiv dokan the black form in my screenshot don’t exist. I want to keep only the red form in my screenshot. Thanks you ! |
February 19, 2015 at 4:01 pm 37120 | |
Nayem | It is very complicated work to do. You have to do customization to get this deactivate. I am really sorry to say that we do not provide support for customization. We only provide support for our built in feature, configuration and installation. Thank you 🙂 |
February 20, 2015 at 2:07 pm 37199 | |
jeremymatter | Hi, I have found a solution ! I have just had : remove_action( ‘register_form’, ‘dokan_seller_reg_form_fields’ ); In my function.php Thanks you 🙂 |