mzgela
The field names are randomly hashed on the front end to avoid bots, etc. If you want to set values for fields I would suggest doing it in the backend either before the fields are returned to the fronted or after they are submitted.
You can set the field names via the Variable for each field. However as pointed out above in the frontend they will be randomly hashed.
Cheers.