All Projects → pinceladasdaweb → Ajax Contact Form

pinceladasdaweb / Ajax Contact Form

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Ajax Contact Form

Laravel Dusk Select2
Select2.js support for the Laravel Dusk testing
Stars: ✭ 31 (-64.37%)
Mutual labels:  ajax
Uploader
A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
Stars: ✭ 1,042 (+1097.7%)
Mutual labels:  ajax
Tokenize2
Tokenize2 is a plugin which allows your users to select multiple items from a predefined list or ajax, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook or tags on tumblr.
Stars: ✭ 74 (-14.94%)
Mutual labels:  ajax
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+1026.44%)
Mutual labels:  ajax
Wretch Middlewares
Collection of middlewares for the Wretch library. 🎁
Stars: ✭ 42 (-51.72%)
Mutual labels:  ajax
Jquery Feyenoord
Asynchronous JS requests for Feyenoord supporters.
Stars: ✭ 52 (-40.23%)
Mutual labels:  ajax
Load.js
Dynamically loading external JavaScript and CSS files
Stars: ✭ 15 (-82.76%)
Mutual labels:  ajax
Naja
Modern AJAX library for Nette Framework
Stars: ✭ 86 (-1.15%)
Mutual labels:  ajax
Css Spinner
small, elegant pure css spinner for ajax or loading animation
Stars: ✭ 1,013 (+1064.37%)
Mutual labels:  ajax
Pjax
Easily enable fast Ajax navigation on any website (using pushState + xhr)
Stars: ✭ 1,169 (+1243.68%)
Mutual labels:  ajax
Ajax
ajax without jquery
Stars: ✭ 40 (-54.02%)
Mutual labels:  ajax
Populous
Populates a <select> with a remote JSON.
Stars: ✭ 40 (-54.02%)
Mutual labels:  ajax
Fable.simplehttp
Http with Fable, made simple.
Stars: ✭ 57 (-34.48%)
Mutual labels:  ajax
Render async
render_async lets you include pages asynchronously with AJAX
Stars: ✭ 974 (+1019.54%)
Mutual labels:  ajax
Tag Handler
Tag Handler is a jQuery plugin used for managing tag-type metadata.
Stars: ✭ 76 (-12.64%)
Mutual labels:  ajax
Error Report
前端异常上报
Stars: ✭ 20 (-77.01%)
Mutual labels:  ajax
Springboot Beginner
🔰 📝 这可能是流程最清晰、代码最干净、注释最详细的 SpringBoot 入门项目咯,对于初学 SpringBoot 的同学非常具有参考与学习价值哟 ~
Stars: ✭ 51 (-41.38%)
Mutual labels:  ajax
Mydailylearn
🚀 Important commands, Code Snippets, Basics on different topics learning daily 🎉!
Stars: ✭ 87 (+0%)
Mutual labels:  ajax
Web Interview
我是「齐丶先丶森」,公众号「前端面试秘籍」作者,收集整理全网面试题及面试技巧,旨在帮助前端工程师们找到一份好工作!
Stars: ✭ 1,230 (+1313.79%)
Mutual labels:  ajax
Student Management System
This is a simple web-based student management software written in PHP and Javascript. This was specifically written for school or educational organization.
Stars: ✭ 58 (-33.33%)
Mutual labels:  ajax

Ajax Contact Form

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

Download

You can download the latest version or checkout all the releases here.

Requirements

  • PHP >=5.3

How to use?

Open the config.php config.php file and fill with your informations.

<?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.',
        '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

IE Chrome Firefox Opera Safari
IE 9+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

Contributing

Check CONTRIBUTING.md for more information.

History

Check Releases for detailed changelog.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].