forked from sujaykundu777/devlopr-jekyll
-
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
946d8ff
commit a1ffa1a
Showing
8 changed files
with
72 additions
and
12 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 |
---|---|---|
|
@@ -20,10 +20,7 @@ urls: | |
url : /shop | ||
- text: Contact | ||
url : /contact | ||
- text: Styleguide | ||
url: /styleguide | ||
- text: Get Started | ||
url: /get-started | ||
|
||
|
||
# Edit Author details (For multi authors check _data/authors.yml) | ||
|
||
|
@@ -95,7 +92,8 @@ wakatime_username: sujaykundu777 | |
# mailchimp embedded form url (newsletter): | ||
mailchimp_form_url: https://sujaykundu.us10.list-manage.com/subscribe/post?u=50bab1c85eae24ecfb0f68361&id=3a2dd721d0 | ||
|
||
# formspree (contact form) | ||
# contact form - (choose formspress or getform) | ||
getform_endpoint: 83b703c3-9e47-4df4-ac55-e24d7eb02abc | ||
formspree_email: [email protected] | ||
|
||
# syntax highlighter | ||
|
4 changes: 3 additions & 1 deletion
4
_includes/contact_me_form.html → _includes/contact-formspree.html
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,27 @@ | ||
<!-- Getform form https://getform.io --> | ||
|
||
<!-- Add the getform-endpoint in config.yml --> | ||
<form action="https://getform.io/f/{{site.getform_endpoint}}" enctype="multipart/form-data" method="POST" target="_blank"> | ||
<div class="form-group"> | ||
<label for="contact_form_name">Your Name :</label> | ||
<input type="text" class="form-control" name="name" id="contact_form_name" placeholder="Enter Your Name"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="contact_form_email">Your Email :</label> | ||
<input type="email" class="form-control" name="email" id="contact_form_email" placeholder="Enter Your Email"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="contact_form_message"> Your Message :</label> | ||
<textarea name="message" class="form-control" id="contact_form_message" placeholder="Enter Your Message"></textarea> | ||
</div> | ||
<div class="form-group"> | ||
<label for="contact-form-file"> Attachments :</label> | ||
<input type="file" name="file" class="form-control" id="contact-form-file" placeholder="Attach files"/> | ||
</div> | ||
<button type="submit" value="Send" class="btn btn-lg btn-dark">Submit</button> | ||
<!-- <input type="text" name="name" placeholder="Enter Name"> | ||
<input type="email" name="email" placeholder="Enter Email"> | ||
<input type="text" name="message" placeholder="Enter Message"> | ||
<input type="file" name="file"> | ||
<button type="submit">Send</button> --> | ||
</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
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