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

  • 30-03-2012
    hi guyswenn I startet the first time the LCD and I created a test form with a "submit" e-mail button with a test e-mail address.after the tests, I created a new real form with the same attributes like the test.just in the e-mail button I put the correct e-mail address. problem: after the distributio...

    Views

    979

    Likes

    0

    Replies

    2
  • 30-03-2012
    Does anyone have any idea why this would happen to just one expanding text box out of the 50 something I have in this document?The text boxes are each wrapped in their own flowed subform and the properties of these boxes are exactly the same as many other boxes on the form which work fine but for so...

    Views

    1.7K

    Likes

    0

    Replies

    6
  • 29-03-2012
    alright, I'm a totaly noob here. basically i have an Adobe PDF document and I'm trying to edit it in LiveCycle so that I can add a lock button for four text fields. Here are the fields:-name-manger name-cost center-dateswe want our employees to be able to enter information, and then lock it so the r...

    Views

    471

    Likes

    0

    Replies

    0
  • 29-03-2012
    Hi,I'm guessing there's a way to programmatically check if any field has been entered when the form loads. Some sort of loop should do the trick...I've tried using the following code (from dohanlon for another purpose) which should run through all form fields, but I can't seem to plug it into an if/...

    Views

    4.6K

    Likes

    0

    Replies

    10
  • 29-03-2012
    Hello,I would like on how to vaildate a record in the form via an external database that is outside of Adobe LC database.e.g. To register a domain name with a specific name likes "ABCCompany.com", so user wants to validate by checking whether if that name is valid to use or is it already taken.Can a...

    Views

    503

    Likes

    0

    Replies

    0
  • 29-03-2012
    Hello,I created a dynamic form with adobe lifecycle 9. As users try to use the form, they get this error:"This PDF form requires a more recent version of Adobe® Reader® or Adobe Acrobat® software. While this form may appear to be working, some elements may not function correctly or may not appear at...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 29-03-2012
    Hi, I'm on LiveCycle ES 8.2. For PDF submit forms from workspace, I assigned the servername for submit as URL:http://adobe1234:8080/workspace-server/submit. We are using Document Form variable for this process. The reason is the forms will be digitally signed at each stage and we dont want to loose ...

    Views

    1.9K

    Likes

    0

    Replies

    3
  • 29-03-2012
    I am trying to get the script below to verify the "ReleasedIntoSystemBy" field (drop-down with email address values) is not blank. What have I got wrong?// Declare the variablevar vEmail; var vSubject = "New Work Order/Project Authorization"var vBody = "Instructions:"// Check that the email field is...

    Views

    1.9K

    Likes

    0

    Replies

    8
  • 29-03-2012
    With much help from here in the past (thank you!), we've been using a form with a custom submit button, and I'm needing to add a cc. I did add a var vCC = first.last@email.com, but no luck in placing it within this event properly. What is the right way to add an additional cc? Thank you! event.targe...

    Views

    1.4K

    Like

    1

    Replies

    3
  • 29-03-2012
    I am trying to make this where if this checkbox is checked then it checks to see if SSN has a correct number in it or it returns an error.This is what i have in there now.if (xfa.resolveNode("this").rawValue == "1"){ SSN.mandatory = "error"; app.alert("Please fill in the Dependent SSN portion of thi...

    Views

    585

    Likes

    0

    Replies

    2