Hello,
I have a request from my client:
An Anonymous user can enter the website and send a resume to several jobs.
A resume include 3 fields:
- Name of the anonymous user
- Free text
- File upload
The "job" add to the webiste via authenticate users. So when resume added I need to view it on the user page which will be no issue when done.
So I have:
- Content type - Job.
- Jobs pages - Views + VBO.
Now I have tried several method but none of them are doing the work.
1 - Using filed collection
The problem is that I can only modify the field. What I need is to allow the creation of new collection each time.
Or, present field collection revisions - I didn't find a way to do so.
2. Using comments to the job
Again it only allow modify a comment and not creating new ones each time.
3. Using rules component to create new entity
Here I have 2 issues:
-- when creating the component the new entity that I set as action is already pre populated. I need the anonymous user to fill the fields.
-- I didn't find the way so when the user choose jobs and then >> add resume he actually go "create new entity" form.
4. Using rules component + webform
This ca be an approach but I didn't really find the way to do so...
Any help will be great!
Comments
Comment #1
bojanz commentedI'm guessing you found help elsewhere in the meantime.
Support requests like this are a better match for Drupal StackExchange.