submit
This commit is contained in:
parent
2bf2e0292e
commit
8b4bbd6373
1 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function LogSignature() {
|
function logSignature() {
|
||||||
alert(document.getElementById("signature-input"));
|
alert(document.getElementById("signature-input"));
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -77,10 +77,10 @@
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1><span style="color: var(--accent);">furp</span>social</h1>
|
<h1><span style="color: var(--accent);">furp</span>social</h1>
|
||||||
|
|
||||||
<form method="post">
|
<form method="post" onsubmit="logSignature();">
|
||||||
<textarea id="body-input" name="body"></textarea>
|
<textarea id="body-input" name="body"></textarea>
|
||||||
Signature (optional): <input id="signature-input" type="text" name="signature"><br>
|
Signature (optional): <input id="signature-input" type="text" name="signature"><br>
|
||||||
<input type="submit" action="LogSignature();" value="Farp it">
|
<input type="submit" value="Farp it">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<span style="font-size: 12px; color: grey;">Privacy Policy: The only data collected by furpsocial is the contents of your posts (signature and body text). This information is stored in our secure databases which are wiped of all post data every week. This data is only used to accomodate furp as a social media platform.</span>
|
<span style="font-size: 12px; color: grey;">Privacy Policy: The only data collected by furpsocial is the contents of your posts (signature and body text). This information is stored in our secure databases which are wiped of all post data every week. This data is only used to accomodate furp as a social media platform.</span>
|
||||||
|
|
Reference in a new issue