-
Notifications
You must be signed in to change notification settings - Fork 30
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
Showing
2 changed files
with
5,952 additions
and
4,953 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 |
---|---|---|
|
@@ -3,9 +3,6 @@ title: 'Contact form' | |
weight: 13 | ||
draft: false | ||
--- | ||
Bingo has a `php` file for working contact form. You find it named `sendmail.php` on root directory of template. Customize the `.php` file in any text editor. | ||
Contact form works with [formspree](https://formspree.io/) . Go to this site, and create an account by click on signup button. Then create your contact form action, it will looks like this "https://formspree.io/[email protected]/". Now verify your email address by click varify button in the mail you got in your inbox. When someone sent you the first email from this contact form, you will get an email in your inbox, it will ask to activate the form. Click on this button to activate your form. Now it’s done. You will get every email that someone sends you via this contact form. | ||
|
||
1\. open file in any text editor. find `$email_to` variable in the file. | ||
|
||
|
||
2\. Change the mail as you want from the file. | ||
Open contact.html page in a text-editor, then give your form action in form tag, and add `method = "Post"` also. then it will work perfectly |
Oops, something went wrong.