Copy lead name in Opportunity name

Hello Developers,
I want to copy lead name in opportunity name field on lead conversion page.
I have change metadata file ‘copyData’ => true, but it is not working.
Anyone know how can I autopopulate lead name as opportunity name?

Thanks

Remove Deal Name field from Convert lead form.

Hello Parvez Alam,
Can you please explain me which file do I need to change?
and thanks for reply

Please Remove Opportunity Name field from Convert Lead Layout.

Please Remove Opportunity Name field from Convert Lead Layout from Studio

You cannot edit the layout of covert lead screen in studio this will need to be completed in code

definitions are at /modules/Leads/metadata/convertdefs.php

templates at /modules/Leads/metadata/ConvertLead*.tpl

there is also a EditConverLead.tpl file in there

there is also /modules/Leads/view/view.converlead.php

Hope this helps