forked frompinceladasdaweb/Ajax-Contact-Form
- Notifications
You must be signed in to change notification settings - Fork0
A simple Ajax Contact Form developed in PHP with HTML5 Form validation and pure JavaScript
License
NotificationsYou must be signed in to change notification settings
Abd-Elrazek/Ajax-Contact-Form
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Simple Ajax Contact Form developed in PHP with HTML5 Form validation and pure JavaScript.
Viewdemo here.
You can download the latest version or checkout all the releaseshere.
- PHP >=5.3
Open the config.phpconfig.php
file and fill with your informations.
<?phpreturn ['subject' => ['prefix' =>'[Contact Form]' ],'emails' => ['to' =>'',// Email to receive emails via the form.'from' =>''// A valid email where the domain should be the same when the form is hosted. ],'messages' => ['error' =>'There was an error sending, please try again later.','success' =>'Your message has been sent successfully.','validation' => ['emptyname' =>'Name is required.','emptyemail' =>'Email is invalid.','emptysubject' =>'Subject is required.','emptymessage' =>'Message is required.' ] ],'fields' => ['name' =>'Name','email' =>'Email','phone' =>'Phone','subject' =>'Subject','message' =>'Message','btn-send' =>'Send' ]];
![]() | ![]() | ![]() | ![]() | ![]() |
---|---|---|---|---|
IE 9+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
CheckCONTRIBUTING.md for more information.
CheckReleases for detailed changelog.
About
A simple Ajax Contact Form developed in PHP with HTML5 Form validation and pure JavaScript
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- JavaScript52.0%
- PHP48.0%