9 years ago
11
Topic

Hi!

I have a search type on my site. It lists jobs which is so great. Every job is an article created by seblod. I want to have an apply button in the list view and in the article too. After clicking on the button, users can give their personal datas, like name, e-mail, upload CV, etc.. Are there any solution for this kind of problem to solve this. 

Url.:

http://www.itteszem.hu/manpower/index.php/hu/

Many thanks!

Get a Book for SEBLOD
175 Posts
webcastor
9 years ago
1
Level 1

Hi Gabor!

Compliments for the home page design.

As for the applicants, you can use the user type for them. Once they are registered, you can enable the Apply button, which can trigger the Job Application form, and take the Job Announcement ID as a hidden parameter (a Job ID field with some HTML typography and *value* might do the trick). Simply put, your visitors-job applicants will create a new content type Job Application, which contain Job ID, their ID (user id) and a brief (or longer) text, such as the one in job application letter.

Also, that way you might keep their CV, and also allow the firms offering jobs to see the applicants as articles related to their job offers (since firms would have another access level).

ng
9 years ago
0
Level 2

Hi webcastor!

The client company doesn't want sign up or register. They sipmly want the applicants particulars via the job application form. Of course admin have to know which job (article) the users apply for.

Thank you for your response.

175 Posts
webcastor
9 years ago
8
Level 1

Other than by user credentials, how do you plan to make job applicants list seeable by just that firm? Email, maybe?

ng
9 years ago
7
Level 2

Okay. We need a form after users clicking on the apply button. This form could create articles or users. But how can we get the job announcement ID in this form? Obviously this parameter is not a user input.

4229 Posts
Kadministrator
9 years ago
6
Level 3
ng
9 years ago
3
Level 4

Hi!

We in trouble with this problem. Would you be so kind to explain it a little bit more?

We have articles on the left side, and a form on the right to apply for the articles. Every article have an article ID. We would like to take this ID to the form, depending on which article is selected from the search list (blog). So we need to have a hidden field called "anything" which is get the article ID parameter from the article. After clicking on the send button at the application form (on the right), seblod will create a new article which contains the applicants particulars and the article id which is related to the article, so we will know which article (or which job) they are going to apply for.

Thank you so much!

ng
9 years ago
0
Level 5

forget to paste the url.:

http://www.itteszem.hu/new/index.php/hiredetes/22-matematika-szakos-tanar

4229 Posts
Kadministrator
9 years ago
1
Level 5

Hi,

this is a different issue that the one discussed here, please do no hijack existing topics, open a new one. For your problem you just need to add some text field to your for and set live value to Variable->id.

ng
9 years ago
0
Level 6

Hi!

Live value would be great if we had only one article. But we have many so we want to get that article ID in the application form what is actually opened. 

175 Posts
webcastor
9 years ago
1
Level 4

Hello Naszadi!

Have you tried to include the form inside your hirdetes data type as a module (in sidebody position)? That would give it at least the "encapsulation" needed to patch things together.

Regards,
Aleksandar

ng
9 years ago
0
Level 5

Hi Aleksandar!

It is sounds good. Is it possible to include our application form into the articles? After users choose one of the articles that article ID would be accessible for the form? We haven't tried this way. Could you tell me more about this, how to achive?

Thank you very much!

Get a Book for SEBLOD