50 Posts
rtlehr
6 years ago
Topic

He all,

     I'm trying to create a "Help Wanted" section for a site.  Here's the work flow. Employers will have an account and potential employees will have an account.  The employers can create "Help Wanted" ads that the potential employees can look thru.  If the Employee finds one he likes, then he can click one button and apply for the job, then the employer can see their entire profile to see if they are interested in talking with them about the job.  The part I am wrestling with is when the employee clicks the button, how do I create the relationship between the employer, the ad, and the potential employee (many people could apply for the job)

     Any help is appreciated, even if it's just pointing me in the right direction.

     Please let me know if this does not make since or you have any other questions.

Thanks!

Ross

Get a VIP membership
4229 Posts
Kadministrator
6 years ago
0
Level 1

You need to add article_id and a field with employers id to the add (in hidden position or using hidden variation). They you can pass this values to the button link and read them in the target form as url live values. Target form "application" can be empty with those needed fields (plus user id field with live value set to user->id) hidden and only save button visible(e.g. with "confirm application" label)

Get a Book for SEBLOD