Hi all
I have this field on a footer of form
I use these codes but fail to get this field
var test = document.getElementById("axp_sent");
var test = document.getElementById("footer_axp_sent");
I am able to get the field of body but able to get footer. Please help me How can I set my footer field value.?
Thank You