Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created March 9, 2023 16:52
Embed
What would you like to do?
<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