abracadabraPDF › Forums › PDF – Général › Remplir un champs texte avec deux autres et un menu déroulant. – RÉSOLU › Répondre à : Remplir un champs texte avec deux autres et un menu déroulant. – RÉSOLU
27 août 2013 à 12:14
#55597
Membre
Ou bien celui là:
var one = this.getField(« Société »);
var two = this.getField(« adresse_mail »);
if (one.value != » « )
{
two.value = (this.getField(« prénom »).value) + ». »+ (this.getField(« nom »).value)
+ »@ »+(this.getField(« Société »).value)+ ».com »;
}
[attachment deleted by admin]
