Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created March 9, 2023 16:52
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 zuzannamj/7523d5185cdace179351be7f9bf06dc8 to your computer and use it in GitHub Desktop.
Save zuzannamj/7523d5185cdace179351be7f9bf06dc8 to your computer and use it in GitHub Desktop.
<form action="%%=RequestParameter('PAGEURL')=%%" method="post">
<label>Email: </label><input type="text" name="email" required=""><br>
<input name="submitted" type="hidden" value="true"><br>
<input type="submit" value="Submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment