A WordPress plugin to collect applicant information via a form, store submissions, and manage them via the WordPress admin panel.
- Collect applicant information through a shortcode
[applicant_form]
. - Store submissions in a custom database table.
- Manage submissions in the WordPress admin panel.
- Display recent submissions on the WordPress dashboard.
- Email notifications on successful submission.
- Secure form submission with nonce verification.
- Pagination, search, and delete functionality in the admin panel.
- Localization support.
- Download the plugin from the GitHub repository.
- Upload the plugin files to the
/wp-content/plugins/talent-portal
directory, or install the plugin through the WordPress plugins screen directly by uploading the zip file. - Activate the plugin through the 'Plugins' screen in WordPress.
- Use the shortcode
[applicant_form]
to display the form on any page or post. - Visit the
Talent Portal
menu in the WordPress admin panel to manage submissions. - Enjoy!
- If you have any issues, please run composer install and npm install to install the dependencies.
- Initial release
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.