forked from rhmwes/community-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b93f16
commit 06af384
Showing
5 changed files
with
56 additions
and
7 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<div class="component-wrapper contact-form-band"> | ||
<div class="width-12-12"> | ||
<h3>Receive enterprise support</h3> | ||
<form action="" class="grid-wrapper"> | ||
<input type="text" id="fname" name="firstname" placeholder="Name" class="width-6-12" required> | ||
<input type="text" id="lname" name="lastname" placeholder="Last Name" class="width-6-12" required> | ||
<input type="email" id="email" name="email" placeholder="Email" class="width-6-12" required> | ||
<input type="tel" id="phone" name="telephone" placeholder="Telephone" class="width-6-12"> | ||
<input type="text" id="company" name="company" placeholder="Company" class="width-4-12"> | ||
<input type="text" id="country" name="country" placeholder="Country" class="width-4-12"> | ||
<input type="text" id="state" name="state" placeholder="State / Province" class="width-4-12"> | ||
<textarea id="subject" name="subject" placeholder="Aditional information or questions" class="width-12-12"></textarea> | ||
<input type="submit" value="Submit" class="width-2-12"> | ||
</form> | ||
</div> | ||
</div> | ||
</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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.contact-form-band { | ||
|
||
} |
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