# Job Board Function

**URL:** https://forum.adalo.com/t/job-board-function/8583
**Category:** Get Help
**Created:** [January 31, 2021, 4:21pm UTC](https://forum.adalo.com/t/job-board-function/8583 "2021-01-31T16:21:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![JLCSerious](https://avatars.discourse-cdn.com/v4/letter/j/71e660/32.png) [@JLCSerious](https://forum.adalo.com/u/JLCSerious)
#### Post date: [January 31, 2021, 4:21pm UTC](https://forum.adalo.com/t/job-board-function/8583/1 "2021-01-31T16:21:51Z")

</div>

Hi guys, I hope everyone is sane and safe.

I’d like to build an area within my app where people who’ve paid for the privilege can post a job position, and people with a regular subscription can view and apply. Can anyone help with this? Maybe point me towards something similar that I can copy? I’m sure the functionality exists…

Thanks in advance

---

<div class="post-metadata">

### Author: ![crmorris2](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/crmorris2/32/5681_2.png) [@crmorris2](https://forum.adalo.com/u/crmorris2)
#### Post date: [February 1, 2021, 5:46pm UTC](https://forum.adalo.com/t/job-board-function/8583/2 "2021-02-01T17:46:47Z")

</div>

Hi. For this you just need a few true/false fields.

Create a true/false field in the user collection called ‘user paid’. So when a user logs in, you can have a ‘post new job’ button that links to a new job post screen that only shows if logged in user \> ‘user paid to post jobs’ = true.

To only show jobs to people who pay you can do the same as above or you can filter a list to to only show records if logged in user \> ‘user paid’ = true.

Hope this helps

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/system/32/40401_2.png) [@system](https://forum.adalo.com/u/system)
#### Post date: [February 11, 2021, 5:47pm UTC](https://forum.adalo.com/t/job-board-function/8583/3 "2021-02-11T17:47:40Z")

</div>

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
