abracadabraPDF › Forums › PDF – Général › 5 formulaires différents avec champs globaux. Comment les lier ? – RÉSOLU › Répondre à : 5 formulaires différents avec champs globaux. Comment les lier ? – RÉSOLU
2 avril 2012 à 23:15
#52821

Maître des clés
var a = this.getField(« ADRESSE »).value;
var b = this.getField(« APT »).value;
var c = this.getField(« VILLE »).value;
var d = this.getField(« PROVINCE »).value;
var e = this.getField(« CP »).value;
event.target.value = a + » – » + b + » – » + c + » – » + d + » – » + c;
:Smiley15: