Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Calculating three fields

Avatar

Level 4

Good morning everyone. I need help with the  following scripts I had written. It is a calculating script, and I did place it on the exit event of the fields as the Amount1 field is readOnly. I do not know why it is not working. Please, can someone on this forum help out.

Thanks

Lucpaan

Here is the script:

if

(amount1.rawValue>""){

amount1.rawValue

= (ccard1.rawValue + atmadv1.rawValue + atmfees1.rawValue);

amount1.rawValue

=amount1.rawValue;

}

else

{

amount1.rawValue

="";

}

3 Replies

Avatar

Former Community Member

Are you getting any messages in the javascript console (ctrl-J) in Acrobat.

Paul

Avatar

Level 4

No, I am not getting any message from the console.

Thanks

Avatar

Former Community Member

Send the form to LiveCycle8@gmail.com and I will have a look. Please include a description of the issue in the email.

Paul