Skip to content

Commit 200df1a

Browse files
Added new text, made some text changes click1-5
1 parent d5e5090 commit 200df1a

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

lib/click/controllers/eg004ListClickwraps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ eg004ListClickwraps.createController = async (req, res) => {
5757
res.render("pages/example_done", {
5858
title: "Get a list of clickwraps",
5959
h1: "Get a list of clickwraps",
60-
message: "Results from the Click::getClickwraps method",
60+
message: "Results from the Click::getClickwraps method:",
6161
json: JSON.stringify(results)
6262
});
6363
}

lib/click/controllers/eg005ClickwrapResponses.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ eg005ClickwrapResponses.createController = async (req, res) => {
6161
res.render("pages/example_done", {
6262
title: "Get clickwrap responses",
6363
h1: "Get clickwrap responses",
64-
message: "Results from the Click::getClickwraps method",
64+
message: "Results from the Click::getClickwraps method:",
6565
json: JSON.stringify(results)
6666
});
6767
}

views/pages/click-examples/eg002ActivateClickwrap.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<h4>2. Activate a clickwrap</h4>
44
<p>Activates a new clickwrap that you have already created.
5-
By default, new clickwraps are inactive. <br> You must activate
5+
By default, new clickwraps are inactive. You must activate
66
your clickwrap before you can use it.
77
</p>
88

views/pages/click-examples/eg003CreateNewClickwrapVersion.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Creates a new version of a clickwrap.
66
</p>
77
<p>
8-
You can specify whether you require users who have previously accepted the clickwrap <br>
8+
You can specify whether you require users who have previously accepted the clickwrap
99
to accept the new version when they return to your website.
1010
</p>
1111

views/pages/click-examples/eg005ClickwrapResponses.ejs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,25 @@
1818
<% include ../../partials/gitSource %>
1919

2020
<% if (clickwrapOk) { %>
21+
2122
<p>
22-
The clickwrap you created via example 1 will be queried.
23+
First, test your clickwrap:
2324
</p>
25+
26+
<ul>
27+
<li>Log in to your developer account and select the <strong>Manage</strong> page.
28+
<li>Select the Clickwraps tab.
29+
<li>
30+
In the list of active clickwraps, locate the one you want to test, then click
31+
the dropdown arrow to the right of <strong>COPY CODE</strong> and select <strong>Test Clickwrap</strong>.
32+
</li>
33+
<li>In the Test Clickwrap dialog box, click <strong>TEST CLICKWRAP</strong>.
34+
<li>In the Test Your Clickwrap browser page, enter any string, then click <strong>Test Clickwrap</strong>.
35+
<li>Review your displayed clickwrap and click <strong>AGREE</strong> (or the equivalent button you configured) to complete the test.
36+
</ul>
37+
2438
<p>
25-
Please enter a value that uniquely identifies a user, such as an email <br>
26-
address or employee ID
39+
Then enter the same string you used to test your clickwrap in the field below
2740
</p>
2841
2942
<form class="eg" action="" method="post" data-busy="form">

0 commit comments

Comments
 (0)