chore: action update
This commit is contained in:
parent
383c5b2a4e
commit
1a69dc8e86
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ description: How to contact me.
|
||||||
<li>File an issue on the appropriate repo over at <a href="https://github.com/cdransf">GitHub</a></li>
|
<li>File an issue on the appropriate repo over at <a href="https://github.com/cdransf">GitHub</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form onsubmit="if (typeof plausible === 'function') { plausible('Contact form submitted', { props: { name: this.name.value, email: this.email.value, message: this.message.value } }) }" class="column" method="POST" action="/contact/success" name="contact" netlify netlify-honeypot="bot-field">
|
<form onsubmit="if (typeof plausible === 'function') { plausible('Contact form submitted', { props: { name: this.name.value, email: this.email.value, message: this.message.value } }) }" class="column" method="POST" action="https://coryd.dev/api/contact" name="contact">
|
||||||
<label class="hidden">
|
<label class="hidden">
|
||||||
Don't fill this out if you're human: <input name="bot-field" />
|
Don't fill this out if you're human: <input type="text" name="hp_name">
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<span class="hidden">Name</span>
|
<span class="hidden">Name</span>
|
||||||
|
|
Reference in a new issue