Helpcenter +918010117117 https://help.storehippo.com/s/573db3149f0d58741f0cc63b/ms.settings/5256837ccc4abf1d39000001/57614ef64256dc6851749879-480x480.png" [email protected] https://www.facebook.com/StoreHippohttps://twitter.com/StoreHippohttps://www.linkedin.com/company/hippoinnovations/https://plus.google.com/+Storehippo/posts
B4,309-10 Spaze iTech Park, Sector 49, Sohna Road, 122001 Gurgaon India

ms.form.sellerRegister

The component handles the seller registration form, displaying the form layout and managing the success behavior by redirecting users to the login page upon successful registration.


Attributes

@successAn event handler that triggers when the form submission is successful, and redirect the user to the seller login page.

Examples

Ms form seller register (vuejs themes)

<ms-form-seller-register form="formName"  @success="ms.goTo('/seller/login')">
    <div v-if="!loading">
        <w-form-layout :form="form"></w-form-layout>
    </div>
</ms-form-seller-register>