-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For when we switch off zapier (hopefully soon)
- Loading branch information
1 parent
9674f38
commit cd20933
Showing
5 changed files
with
53 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<meta name="color-scheme" content="light"> | ||
<link rel="stylesheet" href="/assets/css/pico.min.css"> | ||
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" defer></script> | ||
<article data-theme="light"> | ||
<form enctype="multipart/form-data" action="/submitreport" method="POST"> | ||
<label for="scammerusername">Scammer Discord Username <small>(required)</small></label> | ||
<input type="text" id="scammerusername" name="scammerusername" required></input> | ||
<small>This is the text handle underneath their display name in the profile screen. | ||
You can get it via the <code>Copy Username</code> option on the user's profile card.</small> | ||
|
||
<label for="scammeruserid">Scammer Discord User ID <small>(required)</small></label> | ||
<input type="text" id="scammeruserid" name="scammeruserid" maxlength="20" minlength="17" required></input> | ||
<small>This is the numeric Discord User ID of the scammer. | ||
If you don't know how to get it, | ||
<a href="https://support.discord.com/hc/en-us/articles/4407571667351-How-to-Find-User-IDs-for-Law-Enforcement" target="_blank">visit this Discord article</a>.</small> | ||
|
||
<label for="evidence">Evidence Upload <small>(required)</small></label> | ||
<input type="file" id="evidence" name="evidence" accept="image/*" required multiple /> | ||
<small>Please submit screenshot evidence regarding the scammer's actions. Files have a max size of 2MB each</small> | ||
|
||
<label for="reportername">What is your Discord Handle?</label> | ||
<input type="text" name="reportername" id="reportername" /> | ||
<small>For potential follow up. You may leave this blank.</small> | ||
|
||
<label for="reportcomments">Any other comments?</label> | ||
<textarea id="reportcomments" name="reportcomments" rows="3"></textarea> | ||
<small>This can be additional context (do you know if the account is compromised, | ||
or where the stolen images are from, etc) or anything else you'd like to make known.</small> | ||
|
||
<label>Captcha <small>(required)</small></label> | ||
<div class="cf-turnstile" data-sitekey="0x4AAAAAAA7RsNNbQGiNcEUi"></div> | ||
<br /> | ||
<input type="submit" value="Submit Report"></input> | ||
</form> | ||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
You will need the numeric Discord User ID of the scammer. If you don't know how to get it, [visit this Discord article](https://support.discord.com/hc/en-us/articles/4407571667351-How-to-Find-User-IDs-for-Law-Enforcement). | ||
If you are unable to see the form below, [click here to submit directly](https://scamguardreports.zapier.app/) | ||
|
||
<div style="position: relative; height:60vh; overflow:hidden;"> | ||
<script type='module' src='https://interfaces.zapier.com/assets/web-components/zapier-interfaces/zapier-interfaces.esm.js'></script> | ||
<zapier-interfaces-page-embed page-id='clyrq8ny7002iild2i5yhue2c' no-background='true' style='max-width: 900px; height: 95%'></zapier-interfaces-page-embed> | ||
</div> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters