Skip to content

Commit 8970a58

Browse files
Updated text for click 1-5
1 parent 489dfa0 commit 8970a58

3 files changed

Lines changed: 20 additions & 6 deletions

File tree

app/click/templates/eg002_activate_clickwrap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="container" style="margin-top: 40px; margin-left: 300px">
44

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

99
{% include 'documentation.html' %}

app/click/templates/eg003_create_new_clickwrap_version.html

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

app/click/templates/eg005_clickwrap_responses.html

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,25 @@ <h4>5. Get clickwrap responses</h4>
1515
{% include 'github_source.html' %}
1616

1717
{% if clickwrap_ok %}
18-
<p>The clickwrap you created via example 1 will be queried.</p>
19-
18+
19+
<p>
20+
First, test your clickwrap:
21+
</p>
22+
23+
<ul>
24+
<li>Log in to your developer account and select the <strong>Manage</strong> page.
25+
<li>Select the Clickwraps tab.
26+
<li>
27+
In the list of active clickwraps, locate the one you want to test, then click
28+
the dropdown arrow to the right of <strong>COPY CODE</strong> and select <strong>Test Clickwrap</strong>.
29+
</li>
30+
<li>In the Test Clickwrap dialog box, click <strong>TEST CLICKWRAP</strong>.
31+
<li>In the Test Your Clickwrap browser page, enter any string, then click <strong>Test Clickwrap</strong>.
32+
<li>Review your displayed clickwrap and click <strong>AGREE</strong> (or the equivalent button you configured) to complete the test.
33+
</ul>
34+
2035
<p>
21-
Please enter a value that uniquely identifies a user, such as an email address or <br>
22-
employee ID.
36+
Then enter the same string you used to test your clickwrap in the field below
2337
</p>
2438

2539
<form class="eg" action="" method="post" data-busy="form">

0 commit comments

Comments
 (0)