You want to create a form on the site that your wholesale buyers can fill to register themselves on your store.
Please follow these steps to create the form:
You might want to send a notification (Email/SMS) when somebody fills the form. You can configure a new Notification or use an existing one in the Settings tab and set it up to be sent when the form is filled.
Now, in order to show the form on Storefront, you need to embed the form in the page.
Go to Site > Pages section in the StoreHippo Admin Panel.
Go to the Content field to edit the content of the page. Provide the following code snippet in the Code Editor tab as shown below.
<div ms-widget="ms.forms" ms-data-formname="wholsale_buyer_registration" ms-data-buttonname="Submit">
<form name="wholsale_buyer_registration" ng-submit="submit()">
<div ms-widget="ms.th3.form_layout1"></div>
</form>
</div>
The final step is to provide the form on the header of the store to provide a quick link to your users. You can do that by adding new navigation.
Click here to know more about forms.