Frappe website creating webform and website

“allow merchants to register themselves with first name ,last name, email and set password and shall be sent to admin for approval”)
Can anyone plz tell me how to do this… 1) I have to create a custom doctype, which has all the fields I want to collect from the merchant.
2) Then i should create a web form on that doctype and giving the module name where i have to save that data…right???
do i have create new user as merchant.???

You can do it in multiple ways.
Like

  1. Allow sign up and set the default sign up role as supplier
  2. Web form - Create a web form based on supplier doc-type [might be required tune some permissions]
1 Like