Skip to content

Instantly share code, notes, and snippets.

@pshapiro
Created May 12, 2017 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pshapiro/687d8329157f78a313177bbca4e59b52 to your computer and use it in GitHub Desktop.
Save pshapiro/687d8329157f78a313177bbca4e59b52 to your computer and use it in GitHub Desktop.
Basic example of using the GET method using amp-form
<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