This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch build-community
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/build-community by this push:
new a65570b7 fix: support add forms
new d9c06451 Merge branch 'build-community' of
github.com:answerdev/answer.dev into build-community
a65570b7 is described below
commit a65570b7c0e68c9abc8f68434c270bd1be51a696
Author: shuai <[email protected]>
AuthorDate: Thu Nov 23 12:14:17 2023 +0800
fix: support add forms
---
community/{support.md => support.mdx} | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/community/support.md b/community/support.mdx
similarity index 84%
rename from community/support.md
rename to community/support.mdx
index dbcd4c53..5c13717a 100644
--- a/community/support.md
+++ b/community/support.mdx
@@ -1,6 +1,10 @@
---
slug: /
---
+
+import HubspotForm from 'react-hubspot-form';
+import { Spinner } from 'react-bootstrap';
+
# Support
Hey there! Welcome to Answer, a Q&A platform software. We've got a bunch of
curious and helpful users who are always willing to give a hand.
@@ -32,4 +36,16 @@ For the latest news about Answer, [follow @answerdev on
Twitter](https://twitter
If you don't find what you're looking for, please use the form below to submit
your request. We'll try and get back to you as soon as possible.
-<!-- iframe https://share.hsforms.com/1eE-U5pv9T16uulukBWPejAe14rk -->
+ <HubspotForm
+ portalId="23567456"
+ formId="784f94e6-9bfd-4f5e-aeba-5ba40563de8c"
+ loading={<div className='text-center'>
+ <Spinner animation="border" role="status" variant="secondary">
+ <span className="visually-hidden">
+ <Translate id="loading">
+ Loading...
+ </Translate>
+ </span>
+ </Spinner>
+ </div> }
+ />