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

Filling form data using a button

Community Beginner ,
Jan 27, 2019 Jan 27, 2019

I am attempting to fill multiple form entries (mostly text boxes, some drop-downs) using a button.

The button is correctly resetting the hidden fields which generate the required random numbers, but attempting to change other field values is where it's breaking.

I'm using:

this.form.elements("Fel_Roll").value=Fel;

I've also tried

this.getField("Fel_Roll").value=Fel;

Fel is holding the random number and Fell_Roll is the field I want to have it input into IF the button is pressed.

I have also attempted it without the reset function, simply using the values currently in the (will be) hidden fields.

TOPICS
Acrobat SDK and JavaScript , Windows
738
Translate
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 , Jan 28, 2019 Jan 28, 2019

Check the JS Console (Ctrl+J) after clicking the button...

Translate
Community Expert ,
Jan 27, 2019 Jan 27, 2019

Any error in the Javascript console?

Translate
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
Community Expert ,
Jan 28, 2019 Jan 28, 2019

Post your full code, please, or (better yet) share the actual file with us (via Dropbox, Google Drive, etc.), please.

Translate
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
Community Beginner ,
Jan 28, 2019 Jan 28, 2019

Dark_Heresy_Sheet_3p_Editable.pdf - Google Drive

There you go. It's the "Roll All" button on the top left.

Translate
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
Community Expert ,
Jan 28, 2019 Jan 28, 2019

Check the JS Console (Ctrl+J) after clicking the button...

Translate
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
Community Beginner ,
Jan 28, 2019 Jan 28, 2019
LATEST

Wow, yeah, I'd messed up a couple variables. Thanks ^_^

Translate
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