Hi, i'm italian, sorry for my english 😀
i have a problem with a form built with ChronoForms, i should set the focus in the first textbox on my page, i used the Load JS in the On Load section and i inserted this script
where tablet_focus is the Field ID on the textbox
but it don't work
can you help me?
i have a problem with a form built with ChronoForms, i should set the focus in the first textbox on my page, i used the Load JS in the On Load section and i inserted this script
document.getElementById('tablet_focus').focus();
where tablet_focus is the Field ID on the textbox
but it don't work
can you help me?