Created
March 15, 2016 00:21
-
-
Save eob/a86784a326eee57d657d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form method="POST" action="//api.cloudstitch.com/ted/magic-form-3/datasources/sheet" enctype="multipart/form-data" class="magic-form"> | |
<input name="FirstName" placeholder="First Name" /> | |
<input name="LastName" placeholder="Last Name" /> | |
<input name="Picture" type="file" > | |
<input type="hidden" name="_redirect" value="http://www.google.com"> | |
<button type="submit" class="form-btn">Regular Submit</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment