Skip to content

Instantly share code, notes, and snippets.

@daspecster
Last active August 29, 2015 14:16
Show Gist options
  • Save daspecster/76cd527394457958781c to your computer and use it in GitHub Desktop.
Save daspecster/76cd527394457958781c to your computer and use it in GitHub Desktop.
PHP Ziptastic multi-step form example page 1
<html>
<body>
<form action="/next_page.php" method="get">
Postal Code: <input type="text" name="postalcode">
<input type="submit">
</form>
</body>
</html>
<!-- Next page example: https://gist.github.com/daspecster/e70a9b82cfdc304f047a -->
@daspecster
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment