We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a095e67 commit db82ec1Copy full SHA for db82ec1
docs/sign-up-successful.html
@@ -0,0 +1,17 @@
1
+---
2
+title: Sign up successful
3
+header: Sign up successful
4
+layout: thankyou
5
+description: Sign-up success confirmation
6
+sitemap: false
7
8
+
9
+<h2>You successfully signed up</h2>
10
11
+<p>If you signed up after receiving an invitation link via email, please click the invitation link again to accept the invitation.</p>
12
+<p> </p>
13
14
+<div>
15
+ <a href='{{ site.data.hosts.app[site.target_environment] }}/Web/Home/Login' class='btn btn-primary'>Login</a>
16
+ <a href='{{ site.data.hosts.app[site.target_environment] }}/Web/Subscription/StartFreeTrial' class='btn btn-flat trial'>Start free Trial</a>
17
+</div>
0 commit comments