From 07858f5ef717f3b4332fee57456fdedfbc7ef5f5 Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Sat, 22 Jun 2019 12:03:54 +0530 Subject: [PATCH] Registration form fixed --- .../src/Resources/views/companies/auth/register.blade.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/Webkul/SAASCustomizer/src/Resources/views/companies/auth/register.blade.php b/packages/Webkul/SAASCustomizer/src/Resources/views/companies/auth/register.blade.php index 04b72b413..0cb1588cf 100644 --- a/packages/Webkul/SAASCustomizer/src/Resources/views/companies/auth/register.blade.php +++ b/packages/Webkul/SAASCustomizer/src/Resources/views/companies/auth/register.blade.php @@ -82,7 +82,7 @@
- + @{{ errors.first('step-two.phone_no') }}
@@ -228,6 +228,12 @@ catchResponseThree () { var o_this = this; + this.step_three = true; + this.step_two = false; + this.step_one = false; + this.isOneActive = false; + this.isTwoActive = false; + this.isThreeActive = true; axios.post('{{ route('company.validate.step-three') }}', { username: this.username,