Donnez vie à vos documents numériques !
 

Répondre à : 5 formulaires différents avec champs globaux. Comment les lier ? – RÉSOLU

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

#52821
Merlin
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: