Hi there,
I am playing with email forms. I ve got some inputs that doesn't have to be filled in by customer so I made them hidden:
<input type="text" name="name" hidden="true" value="user_id.partner_id.name"/>
The question is how to insert field value as a form "value" (example above doesn't make a job). Thanks:)