Ajax-Contact-Form:用HTML5表单验证和纯JavaScript用PHP开发的简单Ajax Contact表单

时间:2024-02-19 13:12:03
【文件属性】:

文件名称:Ajax-Contact-Form:用HTML5表单验证和纯JavaScript用PHP开发的简单Ajax Contact表单

文件大小:11KB

文件格式:ZIP

更新时间:2024-02-19 13:12:03

php ajax contact-form AjaxJavaScript

Ajax联系表格 用PHP开发的具有HTML5表单验证和纯JavaScript的简单Ajax联系人表单。 下载 您可以在下载最新版本或所有发行版本。 要求 PHP> = 5.3 如何使用? 打开config.php 文件,并填写您的信息。 <?php return [ '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.' , 'succe


【文件预览】:
Ajax-Contact-Form-master
----.gitignore(10B)
----index.php(3KB)
----CONTRIBUTING.md(347B)
----LICENSE(1KB)
----public()
--------js()
----README.md(2KB)
----vendor()
--------SimpleMail()
--------Helpers()
--------autoload.php(5KB)
----config()
--------config.php(773B)
----process.php(2KB)

网友评论