Then you can apply for the job, in a way where a form opens with the title of the job, and when you submit the form, the receiver knows for which job the person applied
Yes I think this can be done. Look for posts on “populate form from cms”. You job listing will be collection items. So you need to get the job id or similar and insert it into the form submission some how. Oh here you go. Found this post Adding data from CMS collection into the entry field of a form
Now if I click the button on the right, I want a form to appear where, the text “Online Marketing Manager” is pushed to the form entry where it says “Stelle”.
In your form, insert an HTML Embed. It will simply be an input field with the value set to the CMS Field Value you wish to associate to the submission.
<input type="hidden" name="Campaign" value="{dynamic field from collection}">
type="hidden" would set it as not displayed but whose value is submitted to the server. type="text" would make it visible to the user.
Estou tentando descobrir toda essa coisa de SEO trabalhando em sites de vagas de emprego… Eu realmente poderia usar um detalhamento de iniciante para fazer tudo (sitemap, robots.txt, seotitle, etc) funcionar corretamente com o google. Desde já, obrigado.