Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# basic-test
Rachael's basic Netlify CLI testing
Rachael's basic Netlify CLI testing and forms testing. :)

[![Netlify Status](https://api.netlify.com/api/v1/badges/2a428bfc-79cb-4e54-a7fb-985001a56b29/deploy-status)](https://app.netlify.com/sites/fluffypuppy/deploys)
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ <h2>You can contact this sweet puppy here</h2>
</p>
</form>

<p> And here's an exact copy of the form from the docs HTML form example, but renamed to `testform`:</p>
<p> Some stuff here!</p>

<form name="testform" method="POST" data-netlify="true">
<form name="yomamasform" method="POST" netlify>
<p>
<label>Your Name: <input type="text" name="name" /></label>
</p>
Expand Down