Created
September 5, 2021 17:35
-
-
Save kesarawimal/34408f33201d9db683d709373cdd1785 to your computer and use it in GitHub Desktop.
Untitled
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
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"); | |
h1 { | |
text-align: center; | |
margin: 35px 0 20px 0 !important; | |
} |
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
<div class="container"> | |
<h1>FormSubmit Demo</h1> | |
<form target="_blank" action="https://formsubmit.co/[email protected]" method="POST"> | |
<div class="form-group"> | |
<div class="form-row"> | |
<div class="col"> | |
<input type="text" name="name" class="form-control" placeholder="Full Name" required> | |
</div> | |
<div class="col"> | |
<input type="email" name="email" class="form-control" placeholder="Email Address" required> | |
</div> | |
</div> | |
</div> | |
<div class="form-group"> | |
<textarea placeholder="Your Message" class="form-control" name="message" rows="10" required></textarea> | |
</div> | |
<button type="submit" class="btn btn-lg btn-dark btn-block">Submit Form</button> | |
</form> | |
</div> |
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
// alert('Hello world!'); |
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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment