Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created September 27, 2019 20:14
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/ea97fefd26f7e524c7f04d8367032485 to your computer and use it in GitHub Desktop.
Save zuzannamj/ea97fefd26f7e524c7f04d8367032485 to your computer and use it in GitHub Desktop.
<table style="padding: 20px;"><tr><td>
<h2>Please fill in the form:</h2>
<form action="%%=RequestParameter('PAGEURL')=%%" method="post">
<label>First name: </label><input type="text" name="firstname" required=""><br>
<label>Last name: </label><input type="text" name="lastname" required=""><br>
<label>Company: </label><input type="text" name="company" required=""><br>
<label>Email: </label><input type="text" name="email" required=""><br>
<input name="submitted" type="hidden" value="true"><br>
<input type="submit" value="Submit">
</form>
</td></tr></table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment