Can you please help me with the following.
I have created a form where you can submit a job. Once you submit it, it is sent to firebase via Zapier to data base. From there I sent it with Zapier to Webflow CMS. The important thing is that I create a unique ID for each job that is submitted.
Now when the job is in the Webflow CMS, a template CMS page is formed. On this template page from each job I want to enable applicants to apply for a job via new form. The problem is that I want that specific ID for each job from CMS to be included in the “apply for a job” form so that i can then send it to the same data collection but in the sub collection “applicants” for each job.
The main problem is that I don’t know how to get the data from the CMS and input in in the hidden field in the new “apply for a job” form.
I’m quite new so sorry if this is a newbie question.
Thank you.