Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 11/4/11
    Hi i'm new at this and what i"m triyng to do is if i enter a number in one field I would like that number to be copied to another field but when i get to that other field be able to change that number if it should be different (most of the time it's the same)

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 11/4/11
    I am working on fixing a form in Designer. I am using LC Designer ES2 on Windows 7.The form was originally inported from a PDF asset that was created with some other software program.The last developer worked through the code, and did an okay job - but I am going through and doing some cleanup.As pa...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 11/4/11
    Is it possible for me to code the signature field on my form to not prompt the user to save when signing?  After I distribute my form, each user must sign it with digital ID and then they click a button on the form that attaches the signed form to an email in Outlook. I have many of the users reques...

    Views

    5.0K

    Likes

    0

    Replies

    5
  • 11/4/11
    Hi guys,i have a user-defined FormCalc function which is propagated to all fields in the form.It does the calculation for the value of some price-field in my form, quite a simple job / code.Whenever that function is called in, e.g., an "enter", "exit" oder "change" event, everythingworks like expect...

    Views

    2.1K

    Likes

    0

    Replies

    4
  • 11/4/11
    I need to stop people from printing the form.  The whole purpose of having the electronic form is to save paper.  People are printing multiple copies and we don't want them to do it.  I may need the capability of printing at some point, so I tried a script I found in the forum...but it's not working...

    Views

    3.3K

    Likes

    0

    Replies

    4
  • 11/4/11
    Hi this is balaji from solve it corp.I already gone through one post and saw the Lock field and saving it as a new pdfhttps://acrobat.com/app.html#d=*jSHIzy-zFVL-QNo6KCQ1Q.But I am unable to view the scripts.By the way I am using "adobe acrobat pro", there I have only java scripts and Im using the t...

    Views

    8.9K

    Like

    1

    Replies

    24
  • 11/3/11
    I would like to make a field required based on the which radio button is selected. Example:      Next available date     Specific date     If the user selects specific date then the following date field need to be required.Thanks you any assistance.Parre

    Views

    944

    Likes

    0

    Replies

    2
  • 11/3/11
    Hi,Adobe Livecycle ES2 V9Here's the code I'm currently using (postSave):var fileName = event.target.documentFileName;// at this point, fileName is (myForm.pdf), there's no file pathfileName = fileName.substring(0, fileName.indexOf("."));xfa.host.exportData("./" + fileName + ".xml", 0);Basically, whe...

    Views

    8.9K

    Likes

    0

    Replies

    3
  • 11/3/11
    Could somebody tell me what is causing Adobe LiveCyle to lose its mind and generate hundreds of lines that are merely repeats of this:<?templateDesigner StyleID aped0?>Here's an example of what it looks like for one field on a form.  The tag is border.  <border presence="hidden">The line is repeated...

    Views

    2.4K

    Likes

    0

    Replies

    6
  • 11/3/11
    hi experts,Context:I have an interactive form compiled by a user.when compiling is finished, I'd need to print 2 copies of that document; the 2 copies are exactly the same but a floating field that has to change, i.e. 'Copy for ME' and 'Copy for the CUSTOMER'.Placing  2 print buttons it's not a prob...

    Views

    4.7K

    Likes

    0

    Replies

    8