Web form showing only employee_id in link field how to show with employee_name..?

i have create a web form of a doctype, in web from one field is link filed of employee doctype, so when i am open the web form in web form employee field shows only employee_id not employee name how can show employee name or employee_id with employee_name please help me… @rmehta @buildwithhussain

Add another field in your doctype called Employee Name, and set Fetch From in this field. The Fetch From will have Doctype as Employee and field as the name field from employee doctype.

Then add this field in your web form as well.

thank you, but i dont want to search based on employee_id because everyone can not remember employee_id. any other way to show employee name or with employee_id with employee name…