Skip to content

Commit

Permalink
updated bingo contact-form.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tfsojon committed Jul 30, 2022
1 parent 8d41de8 commit 1473a7c
Show file tree
Hide file tree
Showing 2 changed files with 5,952 additions and 4,953 deletions.
7 changes: 2 additions & 5 deletions content/bingo/contact-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 1473a7c

Please sign in to comment.