Hi
I 'm making "JOB seeking & matching site " by wixcode.
Future
- Some company’s recruiter can input & update job date.( request registration & login)
- Some User(job seeking) can input personal carer (request registration & login)
3)Job seeker can seeking job date any way
(tag, keywords, job type category, company name,)
and request interview test to company’s recruiter.(by mail or chat on user dashboard)
4)Admin user can all states.
Thanks!
( my image )↓
admin view : company’s recruiter can input & update job date.
user view : Job seeker can seeking job date.
index page : Site top. Job seeker can seeking job date any way
Hello,
Thank you for trying Wix Code.
-
Could you explain what do you mean by “How to back input page into same ID?”
-
Preview page. For preview page I would suggest you to add Dynamic Page. You can easily link to after a form submission.
It might a bit trickier to display it if you want to display information from two different collections. It is possible, but you will have to code here. To create dynamic page from one collection and then filter with a call the other one.
- “How to relation?”. Currently joins are not supported out of the box. Still by doing some coding you can have it.
You can add foreign key (primary key of other collection) on the collections. Then make a call and filter data by primary key of other collection.
Or maybe you can think how to use only one collection at the moment.
-
“How to add google maps?”. Here is an API reference for Google Maps https://www.wix.com/code/reference/%24w.GoogleMap.html#.location and here is how to add google maps component Wix Editor: Adding and Setting Up Google Maps | Help Center | Wix.com
-
To show other jobs of the company - I would use Gallery or Table component for that. Then you can link with job offers collection and filter by company.