I am developing a job vacancies website that users can apply through open applications.
For this I have created two special types of content, Job Offers and Requests, with their corresponding custom fields. Between them I have created a one-to-many relationship, in which Job Offers is the parent element.
Then I have created an entry form so that users can request the desired offer. So far so good.
Now I would like to be able to modify two questions:
1. To be able to select the email that receives the notification, which is defined by a custom field in the Job Offer, since they can be different emails depending on the needs.
2. Automatically set the title of the Request, so that it shows the title of the selected Job Offer, and / or a numerical reference to it (this custom field is also created in the Job Offer).
In editing this field in the input form I see that I can enter a default value from a URL parameter, but I don't understand what it refers to. In fact, I would like this field to be hidden from the applying user, but I understand that I can hide it using CSS if the title is previously set.
Thanks in advance.
Best,
Carmen