Hi, the field name used in the form hash variable is the ID of the form element. So if your form table name is "customer" and field ID is "name", the hash variable would be #form.customer.name#
Thanks a lot.