Form POST no-store-data fields

Is it possible to also POST input value of fields with class no-store-data in a form like this?

I want to fill input-field “name” with data from the payload (i get this from the database) and not with the locally stored data.
I want to fill the input-field “company” with locally stored data.
Both field need to be sent to place_order.php