Project

General

Profile

Using Custom Fields in a Job Application Plugin

Added by Anita Patel about 13 years ago

I am working on a plugin that will allow an admin to post jobs and allow interested parties to submit job applications. In addition to the standard job listing form, an admin can create a custom field when creating the job. This uses the acts_as_attachable plugin and the CustomField model in redmine core. I am trying to write this such that an admin can create the custom field on the Job model and the field will appear and accept unique answers for each Job Application being filled out.

My confusion arrises when I try to create the custom field in the job form so that the field will accept and store answers per Job Application.

Are there any existing examples of this type of thing being done in other plugins?

Thanks for any help,
Anita