document.getElementById("form_title_div").childNodes[1].childNodes[0].innerText =
number;
You can try finding the ID by using the Developer Tool, when
your record window is open press F12 and then select arrow and move & click
over the area of which ID you want to get.
If
error comes check child node by debugging it and change the index as it shows