Forum Discussion
AlisonTrehearn
4 years agoCommunity Member
Numeric Entry variables issue
Hi All
I have created a question slide that uses both numeric entry and text entry. The user clicks the submit button and the correct answers are displayed on the next slide with their answers. Al...
PhilMayor
4 years agoSuper Hero
You could try this execute on a slide master
for (var i=0; i < els.length; i++) {
els[i].setAttribute("autocomplete", "off");
}