One form field in multiple locations

I am new to the forum and use of Adobe Form Filler.
I am also not a programmer, but can usually find my way around ok.
I would like to know if it's possible to create a field that can be used in more than one location in a file, so that the user enters the data once, and the data will populate in more than one area, .i.e., entering a name at the top of the form which can then be used to create a signature line at the bottom of the form.
Is there a setting in the FormFiller area that can do this quickly and easily?
Or can this only be done using JavaScript?  Does anyone have a script for this written and can share it with me?
Thanks.

Just copy&paste the same field, or make multiple fields and give them the
same name.

Similar Messages

  • Can Acrobat be made to verify one form field against another?

    Here is an interesting problem, and I'm wondering if Acrobat has the functionality to solve it.
    The sales department is holding up application processing time.  They either forget to fill in blocks of information, or they misspell the buyer's name (Billy on page 1 and William on page 4). 
    Can Acrobat be programmed to verify one form field against another in order to eliminate these errors?
    Thank you.

    I had considered this as well.
    That solution would work in an ideal situation.  In this situation, however, it would probably not be a final workable solution.  Consider the case above.  This organization needs the full legal name on the application.  However, in the first field our friendly sales department enters Billy (instead of William).  If the "duplicate field" solution was embraced, Billy would automatically be embedded and a denial instantly triggered.
    If one form field can be verified against another, then can I assume various formulas could be generated from that?
    If field A then (B and C and D)
    If not field E (then no B and no C)
    Is this also correct?

  • How do I use one form field to enter data into another form field?

    Does anyone know how I can code a form so that when I select
    a name in one drop-down form field, I can ensure that the person's
    e-mail address will appear in another text field?
    Thanks.

    Thanks Roel,
    I remember that I tried to define multiple DML. but it did not work for Apex gets confused.... which items belongs to which table...
    instead-of-triggers (to process the inserts/updates/deletes) Can you pls, elaborate more on this solution ... ?
    Regards,
    Fateh..

  • Forms fields on multiple layers

    Hi, I wonder if someone can give me an answer on this one or point me to a resource for this.
    I have an interactive brochure for a conference with muliple buttons that turn layer visabilities on and off (There is a button for displaying each day's schedule for the conference etc.)
    I want include a simple registration form and I want the form to be on a layer so that it can appear when a specific button (which sets the layer visability) is pressed.  Obviously if it can work on one layer, why not multiple forms on multiple layers, hence the title of the post.:)
    Can this be done in Acrobat?  I have searched and tried it and have not met with success.  btw yes - I know I could just add an extra page with a button pointing to that page, but I was wondering if there was a more elegant solution:)
    Any help, direction etc. would be greatly appreciated.
    Grahame Dryden

    Hi,
    Since my layer visibility is triggered by buttons, I would add it to the action for the button.  Just select Javascript from the choices and code it that way. 
    I created the form in InDesign so one way would be to create the text fields there and try the forms wizard in Acrobat to see if it will recognize the fields.  Alternatively you can just add the fields in Acrobat after the export from InDesign.  Then set their visibility to invisible when the pdf is opened and toggle them based on the button pressed.
    I don't have the specific Javascript since I didn't end up needing it, and I am not a javascript expert.  However I am sure there are plenty of examples out there for this.
    Grahame

  • Password-protect and hide one form field

    Hi there,
    I have been browsing through old forum discussions in search of an answer to my question.  A code George Johnson posted was really helpful, but there's  one more function I need to add to it and am struggling to figure it out on my own.
    I am creating a PDF with form fields.  Different depts within the organization will review this PDF and pass it back and forth.  The Admin dept needs one text field called "internal comments" that they can password protect.  They'd like to be able to add text, then password-protect that one field so it's hidden for other depts who review this PDF.  Admin will need the copy to be visible to them when they enter their password. 
    The script I found works really well (see below).  I set up a button to house the script, and when you click it, it locks and unlocks the "internal comments" text field with the password.  However, I can't figure out how to HIDE the "internal comments" text field after someone in Admin inputs their information.   I tried setting up a Show/Hide Field action, but I can't get it to work.  And I'm just not savvy enough to know how to alter the Javascript.
    How can I specify that the "internal comments" text field be HIDDEN when a user enters their password for "deactivate this field", and VISIBLE when they enter a password for "activate this field"?
    Any help would be greatly appreciated!
    (function () {
        // Get one of the fields in the group
        var f = getField("private.name");
        // Determine new readonly state, which
        // is the opposite of the current state
        var readonly = !f.readonly;
        var readonly_desc = readonly ? "deactivate" : "activate";
        // Ask user for password
        var resp = app.response({
            cQuestion: "To " + readonly_desc + " the fields, enter the password:",
            cTitle: "Enter password",
            bPassword: true,
            cLabel: "Password"
        switch (resp) {
        case "your_password": // Your password goes here
            getField("private").readonly = readonly;
            app.alert("The fields are now " + readonly_desc + "d.", 3);
            break;
        case null : // User pressed Cancel button
            break;
        default : // Incorrect password
            app.alert("Incorrect password.", 1);
            break;

    You could modify the section of code to something like:
            case "your_password": // Your password goes here
            getField("private").readonly = readonly;
            getField("private").display = readonly ? display.hidden : display.visible;
            app.alert("The fields are now " + readonly_desc + ".", 3);
            break;
    So it toggles both the readonly property and the display property.
    Edit: corrected typo.

  • Pupulating two database fields from one form field

    Hopefully an easy query for someone with more experience than
    me!!!
    I have set up a form (PHP page) to add new users to a table
    in a MySQL database. So far, so good.
    The problem is that I want to use the value entered in one of
    the form fields (Email) to populate two different fields in the
    table (username and email). I realise that this is redundant, but
    it is necessary for other reasons that I won't go into here...
    I've tried using a hidden input field for username, but I'm
    just not sure what I need to specify for 'value'...
    The code for the input field is:
    <input name="Email" type="text" class="RequiredInput"
    value="" size="32">
    and the code for the hidden input is:
    <input type="hidden" name="username" value=Email>
    As you can see, this puts the text 'Email' in the field,
    rather than the value of the Email input...

    When I try an post a reply with the code attached I get this
    screen:
    The page you requested could not be found on our web site.
    You may wish to try one of the following links:
    Search
    Search the Adobe web site.
    Adobe Homepage
    Go to the Adobe homepage.
    Macromedia Flash Player
    Download the Macromedia Flash Player.
    Broken Link?
    Send us an e-mail.
    When the forum's working again I'll have another go at
    posting the code...

  • How to use one forms fields, program units in another form.

    The whole proceessing and update is happening in one main form.
    Main form has all the fields and a reprocess button which re-creates records if they have error. Record name is the primary key.
    I have another small form, which just shows the list of record names in the system. I want a reprocess button next to each record name so that user will be able to just select any record name and press reprocess button to recreate any record data.
    There are a lot of fields in main form and program units , which are used by the reprocess button.
    Any suggestions like how to go for it?

    You can either pass all the relevant data from the Small Form to the Larger form and make it reprocess the data or you can move the Program Units to a PL/SQL Library (.pll) and attach the library to your smaller form where you can call the program units. Either option requires changes to the Larger form to enable it to process a record passed to the form as a parameter or to externalize the Forms Program Units to a library.
    Personaly, I would recommend you move the Program Units to a Library. This would enable you to use the processes in any form (that has the library attached).
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Assign one source field to multiple target fields in FileContentConversio

    Hi All,
    I have a file to proxy scenario. I am using file content conversion to read the text file. My question is can I assign one set of data from the text file to multiple fields in Source Data Type using file content conversion?
    Regards,
    XIer

    these kind of requirements are not possible via the FCC. Handle such things via the mapping after you read the file in the normal FCC way

  • Combining two form fields from the same document, into one form field?

    I have a field called "first name" and one called "last name".  How do I create a third field called "full name".  I want it to just combine the first two.  Any ideas?

    In the field's calculation tab (under Custom Calculation), enter:
    event.value = this.getField("first name").value + " " + this.getField("last name").value
    Message was edited by: try67
    Forgot to paste a part of the code...

  • Preserve form-fields through multiple processing passes

    Hi there,
    is it possible to have a a rtf template filled with data in multiple passes?
    I want to create a rtf working copy for the user in a first pass through the publisher and then fill the remaining fields in a second pass.
    Thanks

    Well, I've found a dirty something in the meantime:
    In the original rtf template I'd put a declaration like <<?variable_name?>>
    In the xml input data I'd set the element content to the variable name itself like this:
    <variable_name>?variable_name?</variable_name>.
    Now, BIP generates a rtf with <?variable_name?> during the first pass.
    The xml input data for the second pass will have the actual data in it and so that's going in during the second pass.
    While this is not what we actually need (we want all declarations in the rtf untouched if the variables are not in the datasets), it'll do until somebody has a better idea.

  • One Form...Multiple Documents?

    In the hopes of streamlining/consolidating certain forms within my office, I have been tasked with creating a single form which will generate two subsequent (new) forms or documents for different purposes of notification.
    Case in point: I have been asked to take what is known as a Transaction Completion Form, and create a single form which will then generate
    an Invoice (instead of the separate document which our secretary now creates)
    a Listing Update Notification (which is now generated orally or by e-mail)
    Is it possible to have my brokers complete the single new form, and then have that information automatically generate the two subsequent forms once they submit the initial form?
    I am more comfortable working in either Word or Excel and then converting to Acrobat; but I can go from scratch in Acrobat if necessary.
    Any suggestions would be quite appreciated. Thank you.

    Mmmmaybe. I will have to play with that.
    I suppose what I really want is for my brokers to fill in their form on their individual PC screen...do a save as...I get the responses (as I do with a completely different form/report) in my inbox...but *additionally* I get the other two documents I mentioned in my OP, with all of the info automatically filled in based on what my brokers entered in the single form they completed. My brokers would never see the second and third documents at all, just me.
    Is that type of automation possible --without having to learn to code (which I've been telling myself to do for 25 years)?

  • Adding Form Fields to Structure

    I am working with Adobe Acrobat Pro v9 with a PowerPoint document that I converted to a PDF.  I'm working on making it accessible.  It is a simple course certificate with one form field, a text box that the user simply types their name in.  When I run Accessibility: Full Check I get one error message relating to adding form fields to structure.
    It says I need to choose Adanced Accessibility: Add Form Fields to PDF Tags.  When I do that and run the Full Check again, I continue to get the same message.
    Am I missing a step?  Or is there anything else I need to do?
    Thanks!

    Just some nattering here, but -
    After any edits/changes save the PDF before running Full Checker again.
    Open the Tags panel, expand the structure tree, from the Options menu turn on Highlight Content.
    Walk down the tree. Look for <Form>.
    From the Options menu (for the Tags panel) use "Find".
    Look for Unmarked Annotations.
    Note that "Run Form Field Recognition" will add <Form> to the structure tree.
    However, the OBJR beneath it is "generic" and not "your" form field.
    For this situation you'd have to add yours (use Find - the dialog has a button to permit tagging an item).
    Once the form field annotation is "in" the structure tree you'll want to ensure it is positioned appropriately; in context of the page's logical hierarchy.
    Be well...

  • Creating vecor art from a single form field.

    How do I create vector art from a single form field within a pdf that has serveral form fields in it?
    Thanks
    Chris

    I need to create vector art from text within one form field on a page with several form fields on it.
    1- single form field
    2- create vector art from text within the single form field mentioned above
    3- if possible export to a file
    4- if not possible how can I create vector art from a pdf automatically?
    5- if possible, create a button that will allow users to create vector art from text in a single form field
    Thank you,
    Chris

  • Multiple field validation under one form

    I have one form and in that form i need to validate multiple inputText fields. Each inputText field has its own button for an input assistance that would later populate that particular inputText field. When i click on one of those buttons the entire page (all fields) gets validated. Does this happen because they are all under one FORM? do we have a better way of doing this and does adding inputHidden after each field fix this? im really new at this JSF. thanks.

    If you don't have any required="true" fields, then let your custom validator check which button was pressed by determining the presence of the button in the RequestParameterMap. If your search button has a client ID of for example "formId:searchButtonId", then do something like in the validator:if (FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().containsKey("formId:searchButtonId")) {
        // validate input for search.
    }You can even pass the client ID as f:attribute along the UIInput field if you want.
    The following two articles aren't strictly what you need, but it might give useful background information:
    Action dependent requireness: http://balusc.blogspot.com/2007/12/action-dependent-requireness.html
    f:attribute and validator: http://balusc.blogspot.com/2007/12/validator-for-multiple-fields.html

  • How to submit InfoPath form data to multiple SharePoint lists at one time?

    Hi,
    I'm looking for a way to submit certain data in InfoPath form to separate SharePoint lists at the same time. I have a form that has two views with many data in them. I want to keep these data in separate SharePoint list besides keeping them in the XML. I know that you can submit to a form library using SharePoint document library data connection, but I'm not sure if you can use several data connections for submitting data to multiple SharePoint lists. Is it only possible to do using code? If yes, can anyone show a sample. I have never coded in InfoPath, though I used C# a lot in .Net.
    Thank you!Regards,
    R.D.M.

    This is an old thread but I tripped over a codeless method to do this with OOB InfoPath 2010 and SP 2010. 
    Assuming your main InfoPath form is published to a document library with the promoted fields that you want to see.
      Publish your form to a new document library to capture the secondary data fields that you want separated out.
    Using the Publishing Wizard do the following:
    Go to – File then Publish
    Select SharePoint Server “ Publish form to a SharePoint Library”
    Enter location of your SharePoint or InfoPath Forms Services Site: 
    accept the default in this field from the first published event
    Next screen, keep the default or change it, Form Library, Site Content Type or Admin Approved
    Next screen, What do you want to do?
    Create a new form library
    Add new document library name and description
    Next screen, Remove all promoted fields not applicable to the new library and add all of the ones you want to see data for.
    Click Next and Publish
    Come back into the form: If you don’t have buttons added directly to the form to submit or update, add them.
    Create a new Action rule on the button
    Label the rule to keep it straight
    Condition, occurs when button clicked
    Add action, Submit data
    Use data connection to the second library created
    Create a second new Action rule on the same button
    Label the rule to keep it straight
    Condition, occurs when button clicked
    Add action, Submit data
    Use original data connection to the library
    Then you can add another action to close the form or do whatever you need.
    Republish the form to both libraries to set the template for both.
    File – Publish – SharePoint Server
    Select Secondary library from drop down follow the rest of the prompts
    Follow step 5a again, select Primary library from drop down, Add back in all of the promoted fields needed for the primary library and follow the prompts.
    DOCUMENT YOUR FORM WELL FOR MAINTENANCE
    Special considerations, your primary library needs a unique ID to reference in your secondary library.
    Your secondary library will need a unique ID that is not related to the primary if you are going to store multiple records for a single primary library reference. 
    Example: One form, multiple updates.

Maybe you are looking for

  • Can you use a gmail account with Mail?

    I read the previous post about the yahoo email account and I was wondering if the same applies for a Gmail account. It is a free account, and I think that set up all of the information right, however I still cannot complete the setup. Maybe i am sett

  • Safari Developer Program License Agreement: We are unable to process your request

    Hi all, I'm trying to sign up for the free Safari Developer Program.  Everything proceeds as normal until the step Agree to License[1] after which point I receive the message "We are unable to process your request."  I have tried to logout of the Mem

  • Query Builder - Tables not Appearing

    Hi, I am encountering a problem when trying to use Query Builder. If I have a table that is joined to by more than one other object and wish to drag TWO instances of this table into Query Builder, it will not allow it to happen. It doesn't give any e

  • Tabs in solution Manager

    Dear All, I have copied the standard SDCR (charm ) transaction type to ZDCR. when I go into (CRMD_order) the standard transaction type  sdcr has 2 tabs i.e. fast entry and transactions data but when I goto my copied transaction I cud see another tab

  • Application jar path??

    Hi all: I have the following situation: We're writting an application where all the class files are jar'ed together. We're supplying html help with the application. The file structure will look like this after installation: appDirectory - app.jar - h