I'm building a job listing page on my website.
i've created a custom content that is displayed in a view, the job board, and every node has it's own reference field. I want to create a unique webform to apply to the jobs with a reference field that would auto populate from the node the user has selected telling me to which job the user is applying.
Any idea how to solve this?
I've found this example on the web that shows pretty much what I'm trying to do, but this isn't free and it's for a web based recruiting software. http://drupal.catsbeta.com/cats_jobsite/
Since I've done the job board and the webform, I only need to know how to cross references between both, so I think it's quite an expensive solution. Any suggestions will be appreciated.
Comments
Comment #1
quicksketchTo clarify, are using the word "webform" in a general sense or are you talking about using the Webform module?
If you're using the Webform module, I would suggest that you use the 3.x version of the module, which allows you to attach a webform directly to the node itself, so you'd webform-enable the "Job" in order to submit an "Application". Then all applications would be tied directly to the Job piece of content. Note however that Webform does not have full Views integration, so building something like you're describing could still require a fair amount of custom development.
Hmm. I'm not sure how this question relates to Node Reference URL Widget at all. This module is only for Node Reference Fields provided by CCK, so it won't work with Webform in any way.
Comment #2
quicksketchClosing after lack of response.
Comment #3
Haidee commentedwere you able to solved this issue?
Comment #4
Haidee commentedi enabled webform for "job" content-type. so how do i attach webform into "job" and include "application"?