The problem i'm facing is that i have a list of let's say 5 jobs. Each job had it's own page and at the bottom of that page i have a button to apply for this job.
Now when you click the button a webform opens on a new page that you need to fill in in order to apply for that job.
The problem here is that when we receive mails, we don't know for what job they are applying.
A possible sollution would be to just pass the node title to a field in the webform or just in the mail they receive. But i can't seem to get this working.
I'm using the webforms module and the site is made in Drupal 8. suggestions are welcome in order to solve this issue.