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


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 24-03-2016
    CommunitiI have a drop down menu on page 1 of my form that is bound/feeds two text boxes on my master page. On text box is at the top of the page and the other is at the bottom. They all function as intended, but when the text fields on page 1 expand and the information flows to the next page, the t...

    Views

    473

    Likes

    0

    Replies

    1
  • 23-03-2016
    Hi, I want a form to display 3 subforms (1 month per subform) based on the current date when the form is opened. The 3 pages would be the current month when opened plus the next two months. The subforms will contain a calendar of the current month plus a couple of other fields. Each subform will be ...

    Views

    528

    Likes

    0

    Replies

    4
  • 23-03-2016
    I have a lengthy e-mail script in which one of the fields sometimes contains an ampersand as a value, e.g., "Litigation & Enforcement". The value is set in a drop-down earlier in the form. When the field has a value like that, it cancels everything that comes after that point in the e-mail script, b...

    Views

    6.1K

    Like

    1

    Replies

    8
  • 23-03-2016
    Hi All,I have been mucking around in javascript in acrobat for a little while and playing with javascript in forms.I have tried using some code that refers to this.rawValue - which I would assume returns the unformatted value of the field that has focus?The problem is that if I try to debug the valu...

    Views

    1.7K

    Likes

    0

    Replies

    2
  • 23-03-2016
    I have LiveCycle ES3. I've created a form using a template that I created using the existing template (I made changes using Paint, then saved it as a Word document, then saved it as a .pdf). I selected the signature block and added it to the form. I can sign the form using Adobe Pro, but everyone th...

    Views

    353

    Likes

    0

    Replies

    0
  • 22-03-2016
    I created a dynamic XML expense form in Adobe LiveCycle ES2, with the additional features enabled for Adobe Reader. In the form are “attach file” buttons for the user to attach their expense receipts to the form. This works flawlessly in Adobe Professional, but I did not realize until the form was c...

    Views

    379

    Likes

    0

    Replies

    0
  • 22-03-2016
    Is there a way to trim only the leading and trailing spaces from a field? I have a Name field, which I later split so I can generate using just the first name, using the rawValue.split method. This way I can generate an e-mail that says Dear John, instead of Dear John Smith by pulling from that fiel...

    Views

    7.4K

    Like

    1

    Replies

    7
  • 22-03-2016
    I would use the functionxfa.host.messageBox ( "BLACK"" , "MY COLOR", 3 , 1 ) ; to display an Alert message if the text1 field is equal to "BLACK"orto display an Alert message if the text1 field is equal to "YELLOW"orto display an Alert message if the text1 field is equal to "GRREN"Tks

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 21-03-2016
    hi there,I have a question regard bind same xml data in different repeating elements.I have a xml like: Item 1 Data 1 Item 2 Data 2in the PDF I want to show a summary first and then all the items/data in tables.Summary: Item1 Item2Details: Item1 Data1 Item2 Data2the number of items is dynamic, and I...

    Views

    751

    Likes

    0

    Replies

    1
  • 21-03-2016
    hi there,I'd like to ask a question that is it possible to travel upward in data binding? like $.parent.data?we have xml like below Name Data and in XDP, we have subfrom already bind to $.level1.level2, but then could we access name inside it? and how? thanks in advance,

    Views

    585

    Likes

    0

    Replies

    4