Load list of jobs

Hi everybody,

I have a question, I have a list of jobs and I want to show on a page only jobs that are active.

could anyone help me?:pray:t2:

Are the list of jobs in the data base already? you want to:

  • create an option set called ‘job_status’ which has options such as, ‘active’ and ‘completed’ etc.
  • add a job status field to your jobs data set, configured as the job_status options list.
  • Update any records Job status. you can do this in the bubble backend or create a data entry page.
  • Then you will go to your Jobs page, create a repeating group which is set to search for jobs, jobs status = job_status option = ‘active’
  • add some dynamic text to the repeating group that is set to parents things Job name.
1 Like

you made me happy thank you very much.

I have another question? on the page that the customer has placed a vacancy I want to make a list where they can see their own vacancy, can you help me with that?

create a page or group with a repeating group, search for jobs created by user.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.