Expand my Community achievements bar.

GeneveveX
GeneveveX
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Vjay's solution works great! Essentially, take out all of your other programming on the individual fields, and hard script the field you want the sum to show on. By directly referencing the fields, Adobe is able to tell the difference between one instance and another and doesn't get them mixed up. (...

    Type

    Questions

    Views

    688

    Like

    1

    Replies

    0
  • That's not entirely true; you can specify collections, and have the digital signature only apply to specific collections. That way different people can sign off on different fields of the form. Worst case senario, we will just have the users sign twice, or just have the second signature field change...

    Type

    Questions

    Views

    797

    Likes

    0

    Replies

    0
  • I am working on creating a form with a "Carbon Copy" type of section on it; where the user fills out one section of the form, and it automatically duplicates to the second section.Everything is going fine, except for the signature fields. The input section of the form has two signature fields which ...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    3
  • Okay, I figured it out. First, both tables should be on the first page for ease. Second, all of the subforms (rows/tables, too) must be named separately. Third, the script does not work under initialize--it must be on calculate.Here is the script I ended up using://Placed on the same page, Table2.Ro...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Alright, I have tried what you suggested and it does not work. I took the global data binding off of the fields, and put your code on them instead. The data is not duplicating to the other fields in the same column now (Good!), but it is also not copying to the second table (Bad!). I thought maybe i...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • I am designing a form that has two tables. The user is supposed to enter their data in the first table, and that data automatically copies to the second table (so when they print the form, they have two copies of the same thing while only having to enter the data once). I created a dynamic input tab...

    Type

    Questions

    Views

    4.4K

    Likes

    0

    Replies

    3
  • That was perfect! Thanks so much!

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • No. You input values into two other fields. The third field subtracts those values. If the result is a positive number, it simply displays the number. If the result is negative, it displays the number AND shades the background of the field a red color.

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • I made that change to my code. It isn't throwing the error anymore, but it's also not working at all now.The field is now defaulted red, and it has a static value of 255 - it's not changing the value when I enter numbers into the other fields like it should. Here is my code now: //Subtract items to ...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • I am having trouble with a code I wrote for a form. It is working, however, it throws an error message and I don't understand why. My field's default background fill color is set to white. Here is my code: //Create a variablevar backgroundfilling;//Subtract items to get the value of the fieldthis.ra...

    Type

    Questions

    Views

    3.4K

    Like

    1

    Replies

    6
Top badges earned by GeneveveX
Customize the badges you want to showcase on your profile