• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

Using a Checkbox to fill in a field

Explorer ,
Jun 22, 2020 Jun 22, 2020

Copy link to clipboard

Copied

I am looking to have a checkbox fill in a sales tax field.  I would like the checkbox normally checked and fill in with the appropiate sales tax calculation (I am using TaxableTotal*.012).  Than if the user unchecks the checkbox the field will go to zero.  I am just not sure how to make this happen.

 

Thanks in advance

TOPICS
Acrobat SDK and JavaScript

Views

338

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 22, 2020 Jun 22, 2020

Set the export value of the check-box field to 0.012 and then just multiply the two fields directly.

When the check-box is un-ticked the result will be 0.

Votes

Translate

Translate
Community Expert ,
Jun 22, 2020 Jun 22, 2020

Copy link to clipboard

Copied

Set the export value of the check-box field to 0.012 and then just multiply the two fields directly.

When the check-box is un-ticked the result will be 0.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 22, 2020 Jun 22, 2020

Copy link to clipboard

Copied

LATEST

Thats what I was lookign for.  Thank you!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines