Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Ajax Contact Form developed in PHP with HTML5 Form validation and pure JavaScript.

Demo

Viewdemo here.

Download

You can download the latest version or checkout all the releaseshere.

Requirements

  • PHP >=5.3

How to use?

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'    ]];

Browser Support

IEChromeFirefoxOperaSafari
IE 9+ ✔Latest ✔Latest ✔Latest ✔Latest ✔

Contributing

CheckCONTRIBUTING.md for more information.

History

CheckReleases for detailed changelog.

License

MIT

About

A simple Ajax Contact Form developed in PHP with HTML5 Form validation and pure JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript52.0%
  • PHP48.0%

[8]ページ先頭

©2009-2025 Movatter.jp