\r\n \r\n Online stores made simple\r\n \r\n \r\n \r\n Free to use, no cost store solution\r\n \r\n \r\n \r\n No inventory, no order minimums\r\n \r\n \r\n \r\n Branded merchandise delivered fast\r\n \r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
Already have an account?
\r\n \r\n Sign in\r\n \r\n
\r\n \r\n {\"Welcome to Beyond Shops! Let's get started by creating your free account.\"}\r\n \r\n
\r\n \r\n Email\r\n \r\n {\r\n if (!value || isValidEmail(value)) {\r\n if (value) {\r\n // If value is present and is a valid email, then run emailDomainValidator\r\n return emailDomainValidator(rule, value, callback);\r\n } else {\r\n return Promise.resolve();\r\n }\r\n } else {\r\n return Promise.reject(new Error(\"The input is not a valid Email\"));\r\n }\r\n },\r\n },\r\n {\r\n max: 50,\r\n message: \"Input must not exceed the maximum character limit of 50\",\r\n },\r\n ]}\r\n >\r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n Password\r\n \r\n ({\r\n validator(_, value) {\r\n if (!value) {\r\n return Promise.reject(new Error(\"Password is required\"));\r\n } else if (value.trim() === \"\") {\r\n return Promise.reject(new Error(\"Password is required\"));\r\n }\r\n if (value.trim() !== \"\" && !isPasswordStrength(value)) {\r\n setPasswordError(true);\r\n return Promise.reject(new Error(\"\"));\r\n }\r\n setPasswordError(false);\r\n return Promise.resolve();\r\n },\r\n }),\r\n ]}\r\n >\r\n \r\n \r\n \r\n Password must contain at least 8 characters and 1 number\r\n \r\n \r\n \r\n \r\n
\r\n \r\n value\r\n ? Promise.resolve()\r\n : Promise.reject(\r\n new Error(\"You must accept the terms and conditions.\")\r\n ),\r\n },\r\n ]}\r\n valuePropName=\"checked\"\r\n className=\"term-condition-btn\"\r\n >\r\n \r\n I agree to the Beyond Shops {\"\"}\r\n \r\n Terms and Conditions\r\n {\" \"}\r\n \r\n \r\n \r\n \r\n