Created
May 12, 2017 21:13
-
-
Save pshapiro/687d8329157f78a313177bbca4e59b52 to your computer and use it in GitHub Desktop.
Basic example of using the GET method using amp-form
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
<form action="https://searchwilderness.com/" method="get" target="_top"> | |
<input name="s" placeholder="Search The Blog" required="" type="text"> | |
<input type="submit" value="Search"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment