Having a hard time making my website. Please help!

I’m trying to make jobs board website. I will allow anyone to sign up. Then they be able to fill up an application form that they can save and continue before they actually need to submit. Once they submit, I will check if they approved. When they get approved, their profile will have an additional button/menu tab that will give them access to a jobs board that has their filtered preferences saved so they don’t have to keep filtering the jobs every time they sign on. Is there any way to do this. I’m so lost. Thanks!!!

Hello Zoe,

Yes! you surely can do that using WixCode! but it requires some coding :wink:
I can give you some hints of how to get it done:

-create a collection with fields for userId and boolean for isApproved and hasSubmitted.

-add members page to allow users to sign up or log in. use the wixUsers.onLogin event (in the site code section) to check the status of the logged in user and either redirect him to the submission page or show the special button.

To query the collection, use wixData query . To update the relevant item use wixData update

you can find a lot of useful examples to help you start here: Velo API Reference - Wix.com

And you can always find wix code developers in Wix arena ready to create it for you : https://www.wix.com/arena/web-designers/1

Best!
Massa