Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Adobe Acrobat Form : Adding 5 fields and allow "-" in any field

Avatar

Level 3

I want to add Five Fields (numeric) and also allow user to enter "-" (dash sign) if no value is present instead of 0.

but when i put "-" in any field it returns NaN.

Following is my script :

var n1 = Number(this.getField("Text1").valueAsString);

var n2 = Number(this.getField("Text2").valueAsString);

var n3 = Number(this.getField("Text3").valueAsString);

var n4 = Number(this.getField("Text4").valueAsString);

var n5 = Number(this.getField("Text5").valueAsString);

event.value = n1+n2+n3+n4+n5;

Thanks in advance

1 Reply

Avatar

Level 10

This forum is about forms created with LiveCycle Designer not Acrobat.

You should ask your questions here: Acrobat on Adobe Support Community