Just a quick question - if a textfield in a webform does not automatically have the focus set by the form, meaning you have to press the field before the keyboard pops up, am I correct in assuming that the field cannot be edited?
In simpler terms - is it impossible to input text into a textField using javascript injection unless it receives focus when the website loads?
NOTE: I am specifically not referring to setting texts or placeholders here! :-)
Cheers!