Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Applications and Postings allows users to submit postings to the site; these could be job postings, requests for proposals, calls for submissions, and so forth. Each posting has its own fieldable application form (much in the same way each content type has its own set of fields), allowing administrators to create separate application forms for each posting. Other users may then submit applications against these postings, up until a predetermined (and automatically enforced) deadline. These applications may be reviewed later on, potentially integrating with other modules for more advanced workflows.
Features
Create postings for users to apply to, visible at /postings
Submit and edit applications against postings until automatically enforced deadlines
Postings act as fieldable "application types," allowing custom application forms for each separate posting
Limit how many applications may be submitted by each user to any given posting
"My Applications" tab added to each user's profile page
Import, export and clone existing postings (requires CTools)
Postings and Applications are first-class entities with their own CRUD API, along with Views and EntityFieldQuery support