Question
How to autofill a field, based on another
I have a document in which the "name" field appears several times. I want the rest to autofill when I fill out the first one.
I have this code, but doesn´t run :
var v = this.getField("name").value;
this.getField("name2").value = v;
Can you help me?
