Get an element on record edit page

Would someone tell me how to get an element on record edit page ?

I know that kintone.app.record.getFieldElement() does not work on record edit page, and kintone.app.record.getSpaceElement() only refer to a blank space field…

Hello Chris,

It can’t be done by Kintone API.
My only suggestion would be to customize it using DOM manipulation,
but please keep in mind that it might not work after Kintone updates.

Best,
Chris