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

  • 22-03-2013
    I have a very large form that I created in LiveCycle and I cannot email it. I want to extract only a couple of pages to email/send to a server. Can this be done and how?Any help would be greatly aggreciated.Thanks,Cierra

    Views

    2.8K

    Likes

    0

    Replies

    9
  • 22-03-2013
    Hi!How can i move a page between two documents?

    Views

    630

    Likes

    0

    Replies

    4
  • 22-03-2013
    I have found out how to expand a text field, but when you have several fields - how to get the other fields adjust acoordingly and move downwards?

    Views

    595

    Likes

    0

    Replies

    0
  • 21-03-2013
    Using FormCalc I'm getting an accessor unknown error using xfa.form.recalculate(1). Error: accessor 'xfa.form.recalculate("1")' is unknown.If I take it out of the statement I have it in it and slap it on a button it works.Statement it is in:var vIndex = $.parent.parent.indexif (vIndex > 0) then Page...

    Views

    1.7K

    Likes

    0

    Replies

    6
  • 21-03-2013
    Using LiveCycle Designer ES3.I have a form created that the user enters client information in, once that info is entered I am trying to get a contract to populate on the following page.These are the text field names on page 1:rsalutationrfirstnamerlastnameOn page 2:Here is what I have now that is cu...

    Views

    770

    Likes

    0

    Replies

    2
  • 21-03-2013
    What exactly I need, in order my clients submit a dynamic form posted on our web site to our sever?Thank you for your help

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 21-03-2013
    I have a 3 page form that uses the CurrentPageNumber and NumberofPages fields on the master pages. The results show 1 of 3, 1 of 3, 3 of 3.I changed the Printing value set on the (Master Pages) section to "Print on Front Side Only" so I could control when the master pages are used. I have 3 master p...

    Views

    644

    Likes

    0

    Replies

    3
  • 21-03-2013
    Hello,I searched for a solution for this, but I am unable to find anything that will work for me and I am wondering if anyone can help. I am trying to get a date in form auto-fill with the current date. I have figured out that using the FormCalc forumla: $.rawValue = num2date(date().DateFmt(3)). The...

    Views

    2.3K

    Likes

    0

    Replies

    5
  • 21-03-2013
    Hello,I have a dynamic form with a lot of radio buttons (Yes-No choices with either Yes or No tagged as default, a cross appears for the default choice). It usually works fine.I hadn't used this form for quite some time, but when I opened it this morning, all radio buttons have the figure "6" instea...

    Views

    832

    Likes

    0

    Replies

    5
  • 21-03-2013
    I am trying to write an if statement that involves and or conditions.if (object1.rawValue !== null && object2.presence == "visible" || object3.rawVaule == "Yes"){ Do the following...}The script above is not working. I want the script to fire if object1 is not blank and either object2 is visible or o...

    Views

    659

    Likes

    0

    Replies

    3