Hi, I have a sharepoint list. In this list, I want the Name column to be View when creating a new listitem, that is, not editable. In the editing part of the listitem, I want the First Name part to be editable, and the Last Name part to be non-editable. I created two form screens as you can see below. In one, I make the Name part uneditable, and in the other, the surname part. On the right, I gave the necessary screens to the onNew and onEdit sections. But in the edit section, only the first screen, that is, the Name is not editable. I couldn't bring the other form.
Edit form screen:

New form screen


It just looks like this in both the Edit section and the New section. It needs to change in Edit and New

How can i fix this?