-
Notifications
You must be signed in to change notification settings - Fork 11
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
8cf1f27
commit dd9165a
Showing
15 changed files
with
1,025 additions
and
31 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
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
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,40 @@ | ||
<!-- https://www.gunderassociates.com/contact-us/ --> | ||
<form class="elementor-form" method="post" name="Contact Form"> | ||
<input type="hidden" name="post_id" value="92"> | ||
<input type="hidden" name="form_id" value="6018bb3"> | ||
<input type="hidden" name="referer_title" value="Contact Us"> | ||
|
||
<input type="hidden" name="queried_id" value="92"> | ||
|
||
<div class="elementor-form-fields-wrapper elementor-labels-above"> | ||
<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required"> | ||
<label for="form-field-name" class="elementor-field-label"> | ||
Name </label> | ||
<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-sm elementor-field-textual" placeholder="First and Last Name" required="required" aria-required="true" data-manual-scoring="fullName"> | ||
</div> | ||
<div class="elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-email elementor-col-100"> | ||
<label for="form-field-email" class="elementor-field-label"> | ||
Phone Number </label> | ||
<input size="1" type="tel" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-sm elementor-field-textual" placeholder="Phone Number" pattern="[0-9()#&+*-=.]+" title="Only numbers and phone characters (#, -, *, etc) are accepted." data-manual-scoring="phone"> | ||
|
||
</div> | ||
<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_1305748 elementor-col-100 elementor-field-required"> | ||
<label for="form-field-field_1305748" class="elementor-field-label"> | ||
Email </label> | ||
<input size="1" type="email" name="form_fields[field_1305748]" id="form-field-field_1305748" class="elementor-field elementor-size-sm elementor-field-textual" placeholder="Email" required="required" aria-required="true" data-manual-scoring="emailAddress"> | ||
</div> | ||
<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required"> | ||
<label for="form-field-message" class="elementor-field-label"> | ||
Message </label> | ||
<textarea class="elementor-field-textual elementor-field elementor-size-sm" name="form_fields[message]" id="form-field-message" rows="4" placeholder="Message" required="required" aria-required="true"></textarea> </div> | ||
<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons"> | ||
<button type="submit" class="elementor-button elementor-size-sm" data-manual-submit> | ||
<span> | ||
<span class=" elementor-button-icon"> | ||
</span> | ||
<span class="elementor-button-text">Send</span> | ||
</span> | ||
</button> | ||
</div> | ||
</div> | ||
</form> |
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
Oops, something went wrong.