From f86a15efdeffab1af5ee2aebc1e0da9dbd8cc44a Mon Sep 17 00:00:00 2001 From: Natan Yagudayev Date: Tue, 8 Apr 2025 17:09:30 -0400 Subject: [PATCH] Fix: Disabling form for maintenance (#2563) * Disabling form * Fix lint test * Lint please --- packages/website/src/components/ApplyForm.js | 255 ++++++++++--------- 1 file changed, 136 insertions(+), 119 deletions(-) diff --git a/packages/website/src/components/ApplyForm.js b/packages/website/src/components/ApplyForm.js index ff178405..892d367e 100644 --- a/packages/website/src/components/ApplyForm.js +++ b/packages/website/src/components/ApplyForm.js @@ -97,136 +97,153 @@ function ApplyForm() { } return ( - -
+
- - Documentation or Blog URL - - - - - We'll scrape pages at this address and index the content on Algolia. - - - - Email - - - - - We'll send you the snippet you'll have to integrate into your website and grant access to your Algolia - application. - - - - Repository URL (Optional) - - - -
- - + + + + Documentation or Blog URL + - My website is a publicly available developer documentation or a technical blog. - - + We'll scrape pages at this address and index the content on Algolia. + + + + Email + + + + + We'll send you the snippet you'll have to integrate into your website and grant access to your Algolia + application. + + + + Repository URL (Optional) + + + +
+ + + My website is a publicly available developer documentation or a technical blog. + + + + - I am the owner of the website, or otherwise have obtained and continue to maintain any required consents - necessary to use DocSearch on the requested domain. And I have{' '} - read the checklist. - + type="checkbox" + className="uil-mr-8" + /> + I am the owner of the website, or otherwise have obtained and continue to maintain any required consents + necessary to use DocSearch on the requested domain. And I have{' '} + read the checklist. + - - - I understand that this is a Free Service as described in Algolia's{' '} - Terms of Service and Algolia's{' '} - - Special Free Services Terms + + + I understand that this is a Free Service as described in Algolia's{' '} + Terms of Service and Algolia's{' '} + + Special Free Services Terms + + . + + + +
+ + + + Refer to Algolia's Privacy Policy for more information on how we use and protect your data - . -
+ - -
- - - - Refer to Algolia's Privacy Policy for more information on how we use and protect your data - - - - - - For support requests, make sure to first{' '} - read our policy. - {' '} - - - + + + For support requests, make sure to first{' '} + read our policy. + {' '} + + + + ); }