I have a form with different fields on a Job posting CMS page, and I want to add some details of the job when submitting the form.
Currently, the user only sends the usual information (name, email, details) and this is what I receive on my email. But I do not know specifically on which job page he was applying.
@shokoaviv 's answer already covers the standard approach well, which is to use an HTML Embed in your form with hidden fields. That’s the best approach for most forms.
Note, however, that this approach is incompatible with Logic, which doesn’t recognize hidden fields in Form bindings. If you want to bind that form to Logic, you can add your Input fields manually as Webflow elements, and then hide them. You’d then set the value of those fields using script.
I already had the reply window open and didn’t see Moshe’s answer until after I’d posted. But also, it’s important to know that the original technique is not Logic-compatible. I’ll update my answer to make that clearer. Cheers.