Skip to content

Commit cf8732d

Browse files
committed
Test form.
1 parent 85bddcd commit cf8732d

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

docs/datasets.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,26 @@ As part of NFStream Framework, we offer an open datasets collection that are col
1111
environments. Our goal is to make network traffic measurement and analytics experiments simple, comparable, and
1212
reproducible (**coming soon**).
1313

14-
<form action="https://getsimpleform.com/messages?form_api_token=2e52f73a748a5f47eab728805bb43a83" method="post">
15-
<!-- the redirect_to is optional, the form will redirect to the referrer on submission -->
16-
<input type='hidden' name='redirect_to' value='<the complete return url e.g. http://fooey.com/thank-you.html>' />
17-
<!-- all your input fields here.... -->
18-
<input type='text' name='test' />
19-
<input type='submit' value='Test form' />
20-
</form>
21-
2214
## Table of contents
2315
{: .no_toc .text-delta }
2416

2517
1. TOC
2618
{:toc}
19+
20+
21+
## Test dataset
22+
<form
23+
action="https://formspree.io/xnqoaprl"
24+
method="POST"
25+
>
26+
<label>
27+
Your affiliation:
28+
<input type="text" name="_replyto">
29+
</label>
30+
<label>
31+
Your email:
32+
<input type="text" name="_replyto">
33+
</label>
34+
<button type="submit">Download</button>
35+
<input type=”hidden” name=”_next” value=”http://www.ovh.net/files/1Mio.dat” />
36+
</form>

0 commit comments

Comments
 (0)