craft-applications
craft-applications copied to clipboard
Plugin for Craft to handle applications directly on your website
Applications Plugin
This plugin was developed by Jason McCallister for Craft to handle applications and applicants from your website.
Use cases:
- Job Applications
- Volunteer Applications
- Adoption Applications
Features
- Pending, approved and denied workflow! Native to Craft!
- Email notifications on new application submissions
Installation
- Download the Official Release
- Extract the archive into your
craft/plugins
directory - Install Applications from the control panel @
settings > plugins
- Add your custom fields for your application forms @
settings > fields
- Create a new
Application Form
@applications > form
and assign the custom fields - Use Applications and enjoy! Don't forget to report any bugs or feature requests!
Contributing
I highly encourage you to contribute to this plugin but please try to adhere to the following. This will make it easier for both of us!
- ALL pull requests should be made to the
development
branch - Once a pull request has been received - it will be reviewed, tested and merged or discussed
- ALL feature requests should be have an issue created on this repo with
[Request]
in the title. - Please attempt to adhere to all PHP-FIG coding standards coding standards. Lets keep the code clean and neat.