Need a link to a custom form?  Create a link in a calculated column.  Grab the URL of the list you are in and append it with the record ID.
=CONCATENATE(“https://XXXXXX.com/SiteName/Lists/ListName/EditForm2.aspx?ID=”,ID)

Go to the main page