We have a CMS Collection with available job openings. On the template for these pages we have included a form where people can apply. We have inputs for name, phone, etc. The problem is that when these get submitted we dont see which job they have applied to. How can we get this data into the form submission without the users having to type that in manually. Had an idea about adding a hidden field with value from the “name” of the job opening, but doesnt look like that is possible. Any ideas?