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 21ee00b commit 7b2dd11Copy full SHA for 7b2dd11
_examples/terms_example.html
@@ -0,0 +1,29 @@
1
+---
2
+layout: socket_example
3
+title: Terms and Conditions Example
4
+permalink: /examples/terms-and-conditions/
5
+description: An example of terms and conditions being set in TutorCruncher socket
6
7
+{% highlight html %}
8
+<div id="socket-enquiry"></div>
9
+
10
+<script>
11
+ socket('{{ site.socket_key }}', {
12
+ router_mode: 'history',
13
+ element: '#socket-enquiry',
14
+ mode: 'enquiry'
15
+ terms_link: 'https://tutorcruncher.com/terms/'
16
+ });
17
+</script>
18
+{% endhighlight %}
19
20
21
22
23
24
25
26
+ mode: 'enquiry',
27
+ terms_link: 'https://tutorcruncher.com/terms/',
28
29
0 commit comments