Acrobat 9 - "Title" for fillable field

I'm new to creating forms with Acrobat, so I'm afraid I don't know the lingo. I apologize in advance.
Is there a way to give a "title" to a fillable field that is only visable until the user selects the field?
For example, if I want to create a section like this:
TO:  Name
Company
Street Address
City, State, Zip
Phone Number
And when you click on "Name" it disappears and I can type my name there, etc.
Instead of having to do this:
TO:  Name: Kat
Company: ABC Co.
Street Address: 123 Main St.
City: Timbuktu 
State: HI 
Zip: 12345
Does that make sense?

Yes, you can set the tab order. In Acrobat 9 first go into form editing mode by selecting: Forms > Add or Edit Fields
You'll then see the list of fields on the left of the window. You arrange them by clicking and dragging on the field name. Unfortuately, you can only select one field at a time and the order can be automatically rearranged as you edit and move fields, so it can be rather tedious if you have a lot of fields.
Acrobat 11 allows you to select multiple fields at once when changing the tab order as well as provide a means to prevent this automatic reordering.

Similar Messages

  • Answer and Title for 'Other' field in a single choice field is not shown

    The answer for 'Other' in a single choice field is not shown in email answer and 'Other' title not shown in FormsCentral answer.
    I can send examples if that helps.

    Hi Cathy-1961,
    Thanks for using FormsCentral.
    We are looking into the issues that you reported.  I'll let you know when we address the issues.
    Kind Regards,
    Perry

  • Form with fillable fields on iPad

    I have a form created in Adobe Acrobat pro with fillable fields. When I save it to my iPad, the fields are no longer fillable. How can I make the fields fillable on the iPad? Thanks!

    Hi Nick,
    You can use Adobe Fill & Sign DC for the purpose.
    Adobe Fill & Sign DC is a free mobile app that can be used all by itself, or with Acrobat DC. While Acrobat lets you work with fillable PDF forms and draw a signature with your finger, Fill & Sign gives you an easy way to work with paper forms or PDFs that haven’t been optimized for form filling. With Fill & Sign on an iPad or Android tablet device, you can:
    Open a PDF file, take a photo, or pick an image from your mobile device
    Type answers right onto the form, or accept auto-fill suggestions
    Sign your form by typing or drawing your signature, or using an image
    Edit your personal auto-fill collection so you don’t have to retype frequently-used information each time you complete a new form.
    If you want to edit the pdf form then you need to purchase the subscription to Adobe Acrobat DC.
    For more information please refer the FAQ: FAQ | Acrobat DC mobile app
    Adobe FormsCentral has reached end of life and is no longer supported.
    Installation of Acrobat DC on the PC removes the older version of Acrobat and FormsCentral.
    Regards,
    Rave

  • Annotation/tag numbers on fillable fields in Acrobat Pro 9.pdf

    I would like to know how I can prevent the annotation or tag number from displaying and printing when I create editable fields on my document using Acrobat Pro 9.  This ruins my documents because these numerical annotations/tags display on top of any editable or fillable fields in my document.  I cannot seem to find an option or setting that will make sure that they never display on the document. 

    I think this is due to some sort of bug. A number of people have reported this but I've never been able to dupplicate it, even when I've had access to the same document. All I can suggest is trying (in this order):
    1. Apply the latest updates to Acrobat 9
    2. Repair Acrobat (Help > Repair Acrobat Installation
    3. If there's no difference, deactivate, uninstall, and reinstall Acrobat

  • Can't select CMYK text colour for text fields in Acrobat Pro forms?

    I have designed a business card template in Indesign, and now want to use Acrobat Pro to add in text fields so that a client can edit the contact details on the cards in future.
    I need to select a specific text colour for the fields, so that it matches the rest of the design. The cards will obviously need to be printed and the document has been set up in CMYK, but when I enter the CMYK colour breakdown in the Properties > Text Colour panel, it won't apply the colour to that field. The text either stays at the default black, or reverts to RGB - which isn't suitable for printing and doesn't match the colour I need.
    Can anybody PLEASE shed some light on this? Other similar posts have either not been answered or people have suggested JavaScript..? I have no idea what I'm supposed to do with a JS code..? Surely there's an easier explanation?
    Thanks in advance.

    This is for a text field that you create in Acrobat, whether the form is used offline or online. The script is a custom Format script, which you can place by bringing up the Properties dialog for the field, select the Format tab, set a format category of Custom, and you should see where you can enter the script. Change the string "Instructional text goes here" to the text you want to display when the field is blank.

  • We now use Acrobat xi for special active forms we created that include certifications and signature fields, some of the forms are programmed to create other forms, will we have a problem upgrading to DC

    We now use Acrobat xi for special active forms we created that include certifications and signature fields, some of the forms are programmed to create other forms, will we have a problem upgrading to DC
    Our users use a form template to create other adobe forms with calculated fields, signature fields (using digital signatures)
    , and buttons. Will we be able to continue developing these forms if we upgrade to Acrobat DC?

    Hi Alex ,
    In general ,you would not have any issues and problems moving to Acrobat DC .It has a different user interface and with more enhanced features .
    You would be able to develop the kind of forms you are referring to .
    You could refer to the following document to get more information about Acrobat DC .
    FAQ | Adobe Acrobat DC
    If in case you are referring to any particular issue or problem or if you face any regarding Acrobat DC ,we are always here to help you with that .
    Please feel free to write us back .
    Regards
    Sukrit Dhingra

  • Using Acrobat Pro how do I lock the fillable fields once the data is collected?

    Using Acrobat Pro how do I lock the fillable fields once the data is collected?

    Hi,
    Have a look at Paul's LockAllFields solution. You can download it in Paul's post here: http://forums.adobe.com/message/3168183#3168183.
    I have a version of it here as well: http://assure.ly/yDtfsM.
    Hope that helps,
    Niall

  • Get location/coordinates for a field using JavaScript in Acrobat Professional

    Good day,
    I am looking for a way to get the coordinates of a text field.
    I would like to create a listbox and set the location of the listbox top left to the text fields bottom left coordinates, I have had a look at the scripting guides ... could not turn up anything.
    I know how to create and populate this listbox using the JavaScript code, only problem is, to get the coordinates of the text box.

    Try this:
    1. Move or change the dimensions of the text boxes on the extracted page in the configuration that you want.
    2. When you are satisfied with the new configuration, modify the following JavaScript to use the names of the text boxes that you want to include on the page.
    //find_rect //find coordinates of text boxes whose names are included in the var rct,ary = ["fld_1","fld_2","fld_3","fld_4"]; //...etc.
    for (j = 0; j<ary.length; j++){
    console.println(ary[j]);
    rct = this.getField(ary[j]).rect;
    for (i= 0; i< rct.length; i++) console.println(rct[i]);
    3. Add the modified code to the document level of form. (as a doc level javascript but with no function name or brackets included.
    4. When you run the code, the coordinates for the fields that you have included in the array will be printed in the console window:
    Example:
    fld_1
    21
    777
    296
    717
    fld_2
    30
    769
    65
    729

  • What are the security settings to lock down a form with fillable fields and yet allow someone with Reader to fill in the fields as will as save the form and print it?

    What are the security settings to lock down a form with fillable fields and yet allow someone with Reader to fill in the fields as will as save the form and print it?

    You want to allow someone to open your document and fill out the form (in the fields you have created), but not change or edit the form, right? Here's the answer - assuming you are using Acrobat Pro and someone will be opening the PDF using at least Acrobat Reader 9 and up:
    Tools > Protection > Encrypt < Encrypt with Password
    Answer YES to change the security.
    A new window opens:
         Do NOT select Document Open (or that will require a password to open the document.)
         Select: Permissions (Check the box next to "Restrict editing and printing of the document.")
         Change the following 2 settings from the drop-down box:
              Printing Allowed: Select High Resolution
              Changes Allowed: Select Commenting, filling in form fields, and signing signature fields
              Leave selected: "Enable text access for screen reader devices for the visually impaired"
              Change Permissions Password (insert a strong password)
              Leave all other settings alone in "Options"
              OK - OK
              Re-enter the Permissions Password (the one you entered above)
              OK - OK
              Save the PDF to apply the security [notice that (SECURED0 will appear after the document title]

  • How can I create multiple fillable fields under one label?

    I have a from which requires identical fields to be entered. For instance, I have one column for Name, one for Title, one for Phone and one for Email. Right now I have redundant rows of labels that are taking up valuable space on the form. Rather than repeat the labels above each field, I would like to include 6 fillable fields under one label. Is this possible? See example below:
    Name
    Title
    Phone
    Email
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)
    (Fillable field)

    Formscentral doesn't support tables like that.
    To create a form in Acrobat, you'd normally start by using an application like InDesign or Word to create the layout and then convert to PDF, open in Acrobat, and add the form fields: Tools > Forms > Edit
    Post again if you can't get this to work. It's relatively easy to create an array of fields to create a table using Acrobat.

  • How can I add a character to the end of any text that is entered into a fillable field?

    I am creating a fillable PDF in the form of a business letter.  To start the letter, the form has Dear [fillable field for name].  I need a script that will enter a colon after the person inputs their name.  I have an Acrobat JavaScript scripting reference guide, but do not know where to start.
    Thanks in advance.

    Use this script as the field's custom format code:
    if (event.value) event.value+=":";
    On Wed, Oct 15, 2014 at 9:10 PM, itjmmurray <[email protected]>

  • How to change the font and size in the fillable field of an encrypted PDF file?

    hi!
    I’d like to change the font and size in the fillable field of an encrypted PDF file I-485 from www.uscis.gov/files/form/i-485.pdf
    I’m using Adobe Acrobat Pro 9 in Windows XP. I firstly tried Adobe LiveCycle Designer, but the I-485 file requires password to be opened, which I don’t know.
    Then I tried to print it to a PDF file, and use the Typewriter tool to fill in the form. But got error message while printing it to PDF file:
    This PostScript file was created from an encrypted PDF file.
    Redistilling encrypted PDF is not permitted.
    The I-485 file can be exported to unencrypted postscript file, but got the same error message while trying to open the ps file.
    I don’t know much about pdf file, can anyone please help?
    Thanks a lot!

    Ask the creator of the file for a unprotected version.

  • Specifying Parameters for Fillable Form Elements

    I am trying to create a form and have so many questions. I wish I could speak with someone, but I'll try to detail it out here.
    The form is a certificate. There is a border and various text. Among the text are four fields for filling in the recipient's name, the course they completed, the date and the location. I am creating the certificate in InDesign CS5, saving it as a PDF, then opening it in Acrobat 9 to make the fillable fields. This would be so much easier if I could create the form with the font, size and position of the fillable forms in InDesign and then Acrobat would read that info and create a box with those parameters. But it doesn't.
    So when I get to Acrobat and draw the boxes (or have it draw the boxes for me), how can I size those boxes to the point? Is there a place I can type in the specific measurements of a box? I can position the type in the box L, R or center, but how about vertically? What about leading within a box? Right now I am starting in InD, saving as PDF, going to Acrboat, creating and specifying boxes, saving the file, then opening it and typing something in it to see the position, and if I don't like the size or the position of some element, then either going back to InD, making adjustments and starting all over again, or going back to Acrobat making and making adjustments. For instance, I don't know what size box to create for a particular type size. So I guess at the box size but maybe it's too small and cuts off the decenders, while at the same time having lots of space ABOVE the ascenders. By going back and forth I can kinda sorta get what I want, but it's guess then adjust, guess then adjust.
    And what about overall tracking? I'm not expecting niceties like baseline shift or intercharacter kerning, but I was using one font that was very loose and would like to tighten it overall.
    Not only this, but after I go through all this, and send the form to the customer, if the customer makes a change, even just one word, I have to go back to InD make that change and start all over again.
    Am I going about this wrong from the get-go? Is there a different version of Acrobat for what I am trying to do? Are there plug-ins?

    Hi,
    Do you want to know what values have to be passed to the following parameters:
                 FUNCTION  =
                 MANDANT  =
                 DEL_DATE  =
                 SAP_OBJECT  =
                 AR_OBJECT  =
                 OBJECT_ID  =
                 FORM_ID  =
                 FORMARCHIV  =
                 RESERVE  =
                 NOTIZ  =
    If yes? Then I could help a lil bit here:
    MANDANT = client (by default its taken as the logon client)
    DEL_DATE = date of deletion of the Outgoing document stored
    SAP_OBJECT = Business object = BUS1006
    AR_OBJECT =  Document type = ZBPDOCTYP
    OBJECT_ID = would ideally be the document number (has to be passed by the calling application)
    RESERVE = document class = PDF
    I am not sure of the FORM_ID and FORMARCHIV.
    Generally the function module ARCHIV_CREATE_OUTGOINGDOCUMENT is called for creating the ArchiveLink documents. Applications like MM, FI call this function module. This is further called by the function module CONVERT_OTF_AND_ARCHIVE. If you could check these function modules, it might be of some help.
    Best Regards,
    Sindhu Sreedharan.

  • Adding a logo to a fillable field

    Is there a way to add a logo to a fillable field  (i.e. jpeg, bitmap , tiff, etc.) ?  For example, if one of our users wants to put their individual company's logo on the top one of our standard agency forms to personalize it for their use. Thanks for the help!!
    Ken K. - 2191

    Hi, Ken:
    I am not sure which version of Acrobat you are using, so I am going to respond based on Acrobat 9 Pro.  I am not sure whether this applies to other versions or not.
    Also, I am not sure if I am going to be answering your question or not, but I have two responses:
    1)  If you are simply trying to insert an image, whether in a form or non-form PDF, but simply display the Touch-up Object tool.  (No need to be in Forms editing mode)  When you point to the area you wish to insert the image, right-click and select Place Image.  Locate your image and it will insert the image into the PDF.  You will likely need to resize, but there it is.
    2)  If you want an interactive button with a logo, while in Forms editing mode, click the Button icon (in Add/Edit Fields, the "OK" icon in the list of field codes).  Name the field, and go to the Options tab.
    a)   Select Layout and choose any one of those options with "Icon" as part of the choice.  If you want the image only, choose Icon Only.
    b)   Click Choose Image. Click Browse to locate the image.  Note: You may need to change the File Type from PDF to JPG or whatever the image extension is.
    c)  By default, Invert is the Behavior default.  Invert usually works just fine.  Of course, choose whichever works best for you.
    d)  If you wish to associate any Actions to the button, click the Actions tab and make your choices.
    e)  Also, if the image you've selected does not cover the entire button and you don't want the default Fill color, click the Appearance tab and change the Fill Color to No Color (or whatever color you want).  Click OK, when done.
    f)  If you do not want anyone to be able to click on the button (because you just want it to be a logo), make sure you go onto the General tab and choose Read Only (located at the bottom right of that dialog box).
    g)  Resize the button to whatever size you prefer.
    Voila!  You're done!
    I hope I've answered your question.  If not, perhaps you could clarify what you are seeking a bit more.
    Francine

  • Cannot get acrobat to autodetect text fields and check boxes

    I am attempting to take an existing pdf document (life insurance application) and turn it into a fillable form that I can use interactively to complete and sign on screen instead of having to print and fill out by hand.  The document has multiple pages including one page 18 that already has fields in it.  The rest of the document does not have fields in it.  When I attempt to create a form, it does not detect any of the other fields before page 18.  It does detect fields after page 18 where the previously fields were already in the original document.  What can I do to get Acrobat to detect the fields needed in the first 17 pages of the document and automatically insert them?  This is the reason I'm purchasing the software, for the automation of field insertion.  If it doesn't do that, there's many other software options that I can build a form in and insert the fields one at a time manually.  I don't want to do that because of the volume of documents I am going to be working with.  I can email the original document if that will help.
    Thanks in advance,
    Josh

    - You can't run the Fields Detection Wizard on a file that already has
    fields in it.
    - The reasons why the Wizard does or does not recognize a field, and what
    type of field, are not made public by Adobe. So basically if it works,
    great, if not, then you're out of luck...
    At any rate, be prepared to do some manual adjusting after running it
    because even when it works it often creates unwanted fields, fails to
    create wanted fields or creates fields with the wrong type (text boxes
    instead of check-boxes is a common problem).

Maybe you are looking for

  • DECODE OR CASE

    I have several codes that mean a specific thing that I need to measure. For instance HS002 and HS004 = MedNec, KS004, KS005, KS006, KS007,KS008= AdminDen. These codes are housed in one field the Denied Reason Field and It might be better to do a Case

  • Touch Screen Icons for dzen2

    Hey guys, touch screens are more and more prominent in the modern computing world so I'm looking for ideas and scripts to make them useful with dzen2. As you might know dzen2 (SVN) does support stackable, clickable areas using the ^ca() command. That

  • Inter company transaction

    Hi All, We have a problem in accounting Intercompany transaction. Scenario is as mentioned below: "A" company code is making advance payment to a vendor in "B" company code. Both these companies are not in same country. We are making manual payment b

  • [SOLVED] Lilypond no longer adding bar lines

    I can find no information about a bug or anyone else experiencing this, or the need to manually input lines in .ly files.  I used old 2.12.3 files and new 2.14.2 files.  Simple and complex.  It's getting difficult to stick with Lilypond, but I tried

  • Aperture 3 CRASHES when I attempt to authorize

    So, I just bought a key to upgrade my Aperture 2 to Aperture 3. When I attempt to "Authorize" the newly purchased key, Aperture 3 instantly crashes: whether at the beginning of the app (by selecting "Authorize"), or within the app (when I attempt an