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

Dallas_Kuhn
Dallas_Kuhn
Offline
  • You can create a script object by right-clicking in the hierarchy and selecting 'Insert Script Object'. Then rename the script object to something useful like masterScriptObject. You can then put your code in there e.g. function myFunction(){...insert code...}. Then you call the function from the fi...

    Type

    Questions

    Views

    281

    Likes

    0

    Replies

    0
  • Livecycle Forms Designer is used to create a PDF. You use Acrobat and Reader to view and fill in the PDF. If you use Acrobat, the form data is saved when the form is re-opened. With Reader it is not, unless the form is Reader Enabled but there is an additional cost in doing that. So that is the reas...

    Type

    Questions

    Views

    407

    Likes

    0

    Replies

    0
  • Hi, I have two questions:1. What are you using to view the PDF - Acrobat or Reader?2. If you are using reader, has the PDF been reader enabled?

    Type

    Questions

    Views

    418

    Likes

    0

    Replies

    0
  • You can send those fields and their values in an XML file as an attachment.

    Type

    Questions

    Views

    311

    Likes

    0

    Replies

    0
  • You should also ensure that the fields are in the correct order in the hierarchy. For example the first field on the form should above the second in the hierarchy - and so on. That, coupled with Jono's solution normally sorts out my tabbing issues.

    Type

    Questions

    Views

    374

    Likes

    0

    Replies

    0
  • Hi,As with most code, there are a number of ways to do this. Here is one example that you can add to the exit event of the field in question and make sure the language is set to JavaScript or else the code will generate an error. I have added comments for you to see what's happening:var myRegex = /^...

    Type

    Questions

    Views

    302

    Likes

    0

    Replies

    0
  • Hi,Open the PDF in designer. Go to File > Form Properties > Save Options and un-check all boxes, save and close.  That will reduce the file size. Embedding the fonts and tags causes the PDF to be so large. Unfortunately you can't change this once to enable it to be done on all your future forms, you...

    Type

    Questions

    Views

    288

    Likes

    0

    Replies

    0
  • Hi there. All you have to do is check the box 'Allow Custom Text Entry'. You can find the box in Object > Cell

    Type

    Questions

    Views

    272

    Likes

    0

    Replies

    0
  • You can create a new script object and write your function in there, then you can call the function from anywhere, as many times as you need to.

    Type

    Questions

    Views

    359

    Likes

    0

    Replies

    0
  • There are quick start tutorials in Livecycle designer that you should start with. If you cant access them, you can find them here....http://livedocs.adobe.com/livecycle/8.2/acrobat_designer/wwhelp/wwhimpl/common/h tml/wwhelp.htm?context=Adobe_LiveCycle_Designer_Help&file=000103.html

    Type

    Questions

    Views

    200

    Likes

    0

    Replies

    0