Fill in the fields on the customer side dynamically without the reader extensions

Hello

Can I make a call to the server of a pdf form using Ajax technology? I want to fill some textfields dynamically on the client side based on a user selection. I have not the license extension drive still make a web service call to the server. Is there another way to achieve the desired requirement?

Thank you.

Yes, there is a better way to do it without Reader Extensions.

AJAX is not an option, because this is not supported by Adobe Reader.

Here is the solution:

Write that a REST based web or any Service Server Page that accepts the query string and meets the specified query string.

Assume that a Page http://myserver.com/EmployeeDetails?EmpId=1234 server returns the details of the employee as comma-separated values.

This page can be called from PDF using FormCalc

the syntax is

ResultField.rawValue = Get ("http://myserver.com/EmployeeDetails?EmpId=1234")

EmpName.rawValue = ResultField.rawValue.split (",") [1];          Retrieve the name of the emp of result and fill in the field

Note that if the page or the web service requires authentication, a basic authentication dialog box appears when you call this method.

In order to better allow anonymous authentication for pages.

I have implemented this approach in many projects and works very well.

Hope that helps...

Nith

Tags: Adobe LiveCycle

Similar Questions

  • Could not import the Reader Extensions certificate

    I use the virtual appliance to assess LiveCycle and I can't import the certificate of Reader Extensions.  I'm sailing Trust Store Management > certificates, type an Alias, go to the trial .pfx file I downloaded and click Import.  Then a message pops up saying "invalid certificate".  Any ideas on what is the problem?

    The credentials of Reader Extensions are a .pfx file (with a file containing the credentials password .txt accompaniment).  Check signing authorities document can be .cer then please make sure that in the section "Type of trust store", the 'Reader Extensions Credential' box is checked before you import it.

    You are trying to import settings-> Trust Store Management-> local credentials right?

  • No identifying information from the Reader Extensions have been loaded.

    Hello

    I installed LC ES2 (ver 9) by using the Express Mode on top of JBOSS server.

    When I try to connect to http://localhost: 8080/ReaderExtensions / I get the error as

    "No Reader Extensions credential have been loaded, contact your administrator."

    Please let me know that the way to get rid of this error.

    Thank you

    Praveen

    Praveen,

    You can download a trial RELATING to credentials of 'http://www.adobe.com/go/reader_ext_cert'.

    HTH

    /Santosh/

  • script is run automatically when you install the reader extensions

    Hello dear forum users...

    I generated a dynamic form with LiveCyle. I used a script to add instances.

    It works very well with Adobe Acrobat Pro.

    But if I want to prolong funtions in Adobe reader (so that Adobe Reader users can complete and save the form) something happens to my form automatically.

    Pages that must be dublicated by clicking a button, are multiplied in the form when you open the form with the reader.

    then the form went from 37 pages initially of 20 pages.

    I use this code for javascript:

    xfa.resolveNode("topmostSubform.Page13.matrixx").instanceManager.addInstance (true);

    the same problem with

    xfa.resolveNode("topmostSubform.Page13.matrixx").instanceManager.addInstance (1);

    Thank you for your advice...

    I just saw something similar to this last week when the form had 4 tables that had unique table names, but the structure and names under the table where exactly the same. This cause problems when the form is Reader Extended. He ended up creating a new instance for wach table that has been added. The solution was to appoint repeating subforms with unique names.

    Paul

  • I want to send an email manually with the fields email drives custom object? Is this possible?

    I want to send an email manually with the fields email drives custom object? Is this possible?

    Hey,.

    Yes, however, the object record Email custom fields only fill with default values. For the custom field object Record is filled, it must be sent via the event Actions or a generating program so that he knows in which case it is associated.

    Thank you...

  • linking two fields and fill in the two field based on the list drop-down selection box 1

    I work for a small social service agency VERY small non-profit and I try to get our paperwork until the twentieth century. I hope someone here can help me. I have adobe acrobat, but not of other adobe products. I converted our word document that we use for client notes in fillable pdf format and so far everyone is excited to try it. I have a huge problem that I can't understand. I have a customer named created drop-down list box that contains a list of 300 customers. Box 2 is named customer ID and will contain a unique identification code assigned to each customer.

    For example:

    CUSTOMER ID customer JANE DOE 12345678

    So here is my question how can I ensure that when Unetelle is selected 12345678 is already filled in the second field?

    I fill the drop-down list with the names of customer and then enter the customer ID as the value of exports. Note You must have a unique name for each client.

    If your customer ID starts at zero, then you must use a custom JavaScript, so you can keep the zero non significant.

    For the customer ID field, you can use the following custom JavaScript code:

    Event.Value = this.getField("DropBoxFieldName').valueAsString;

    You will need to change DropBoxFieldName name of the drop-down list.

    You will need a mechanism for updating the new customer form and IDs names.

  • Customer account information do not fill in the payment process

    First of all, THANK YOU in advance for any help troubleshooting this - I'm quite into the weeds.

    I took a Business Catalyst site that was abandoned by a different designer/management company at a stage incomplete, so will try it is true that clean a mess someone else at this stage.  Most of the kinks is worked, except for one: registration/recovery customer information.

    What's worked:

    -Implementation of a protected area for customers to create a profile, log in and see order info

    -Bind the connection information for the ordering process so that clients can use these login details to proceed to the payment page (some of) their informaiton already popuplated

    What does not work:

    -Conservation and population of the billing address information.  It is not save billing address for the original registration page information, or the information page (in which they can update their account details) and then (obviously) isn't filling to the form of payment page.  It is, however, keep and populating the name, email, company name and telephone number of those same forms fields.

    On the page the customer registration (step 1), the billing address fields are included in the form, as follows:

    < b >

    < td > < label for = "BillingAddress" > billing address < span class = "req" > * </span > < / label > < br / >

    < input type = "text" name = "BillingAddress" id = "BillingAddress" class = "cat_textbox" maxlength = value '500' = "{module_billingaddress}" / > < table >

    < /tr >

    < b >

    City of < td > < label for = "BillingCity" > < span class = "req" > * </span > < / label > < br / >

    < input type = "text" name = "BillingCity" id = "BillingCity" class = "cat_textbox" maxlength = "255" value = "{module_billingcity}" / > < table >

    < /tr >

    < b >

    State of < td > < label for = "BillingState" > < span class = "req" > * </span > < / label > < br / >

    < input type = "text" name = "BillingState" id = "BillingState" class = "cat_textbox" maxlength = "255" value = "{module_billingstate}" / > < table >

    < /tr >

    < b >

    < td > < label for = "BillingZip" > zip code / postal code < span class = "req" > * </span > < / label > < br / >

    < input type = "text" name = "BillingZip" id = "BillingZip" class = "cat_textbox" maxlength = "255" value = "{module_billingzip}" / > < table >

    < /tr >

    However, when you go to examine the details of your account on the account settings page after you have created your customer profile, these fields are left empty.  Try to give them values and submit updates also return nulls on the update page.  Here is this article of the code of the account settings page:

    < b >

    < td > < label for = "BillingAddress" > billing address < span class = "req" > * </span > < / label > < br / >

    < input type = "text" name = "BillingAddress" id = "BillingAddress" class = "cat_textbox" maxlength = value '500' = "{module_billingaddress}" / > < table >

    < /tr >

    < b >

    City of < td > < label for = "BillingCity" > < span class = "req" > * </span > < / label > < br / >

    < input type = "text" name = "BillingCity" id = "BillingCity" class = "cat_textbox" maxlength = "255" value = "{module_billingcity}" / > < table >

    < /tr >

    < b >

    State of < td > < label for = "BillingState" > < span class = "req" > * </span > < / label > < br / >

    < input type = "text" name = "BillingState" id = "BillingState" class = "cat_textbox" maxlength = "255" value = "{module_billingstate}" / > < table >

    < /tr >

    < b >

    < td > < label for = "BillingZip" > zip code / postal code < span class = "req" > * </span > < / label > < br / >

    < input type = "text" name = "BillingZip" id = "BillingZip" class = "cat_textbox" maxlength = "255" value = "{module_billingzip}" / > < table >

    < /tr >

    Then of course comes the page at the checkout of the models Module > registration - buy section, which includes this nugget of the capture code or billing information display:

    < div class = "item" > < label > billing address < / label > < br / >

    < input type = "text" name = "BillingAddress" id = "BillingAddress" class = "cat_textbox" maxlength = value '500' = "{module_billingaddress}" / > < / div >

    < div class = "item" > < label > city < / label > < br / >

    < input type = "text" name = "BillingCity" maxlength = "255" id = "BillingCity" class = "cat_textbox" value = "{module_billingcity}" / > < / div >

    < div class = "item" > < label > status < / label > < br / >

    < input type = "text" name = "BillingState" maxlength = "255" id = "BillingState" class = "cat_textbox" value = "{module_billingstate}" / > < / div >

    < div class = "item" > < label > zip code / postal code < / label > < br / >

    < input type = "text" name = "BillingZip" maxlength = "255" id = "BillingZip" class = "cat_textbox" value = "{module_billingzip}" / > < / div >

    < div class = "item" > < label > country < / label > < br / >

    ... I feel that I must be missing something obvious here, but can't for the life of me why this information is not be saved/updated / display.  Help!

    Only, you do not change all at home. Look at the modules availible from the link I provided for the home, address entire _home etc. exactly how they are. If this information is out there in the CRM for this customer, and they are connected, then they show completely.

  • It is no longer possible to fill in the field "year" (Dutch: "jaar" with a date "1600" or an earlier version.)

    I used to fill in the field "jaar" with the date of origin of a piece of classical music. Many years before 1600 original parts. I spent many hours to fill the years because I have som 35000 tracks in my library. 2015 they was tgo is no longer possible to fill a date prior to 1600. Even worse: all already filled dates are missing.

    I ask reinstall the opportunity.

    lvhout wrote:

    I used to fill in the field "jaar" with the date of origin of a piece of classical music. Many years before 1600 original parts. I spent many hours to fill the years because I have som 35000 tracks in my library. 2015 they was tgo is no longer possible to fill a date prior to 1600. Even worse: all already filled dates are missing.

    I ask reinstall the opportunity.

    Lvhout,

    You seem to be the first person to notice him, but I just tried with iTunes 12.3.2 and found the same problem.

    You can send comments directly to Apple at this link:

    http://www.Apple.com/feedback/itunesapp.html

  • How do I scan a document, fill in the empty fields and print the completed document?

    original title: download and information documents.

    My writing becomes very poor due to age.  How do I scan a document, fill in the empty fields and print the completed document?  What other software do I need to do?

    Hi Stuuser,

    I suggest that you use any third party editing program or Microsoft word document to edit any document, and then follow the links below for more information about scanning and printing.

     

    Add or remove a scanner

    http://Windows.Microsoft.com/en-us/Windows-Vista/add-or-remove-a-scanner

    Scan a document or file

    http://Windows.Microsoft.com/en-us/Windows-Vista/scan-a-document-or-file

    Scanning: Frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/scanning-frequently-asked-questions

    Print a document or file

    http://Windows.Microsoft.com/en-us/Windows-Vista/print-a-document-or-file

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Not able to see the fields within a custom resources optimization

    Hi all

    I am not able to see the fields within a custom value.

    Here is my code for the custom resource optimization:

    public class CustomContentContainer extends VerticalFieldManager{
    
        String content_header;
        int container_height;
        int displayWidth = Display.getWidth();
        int displayHeight = Display.getHeight();
    
        public CustomContentContainer(String content_header,int height){
            super(Manager.NO_VERTICAL_SCROLL | Manager.NO_HORIZONTAL_SCROLL);
            this.content_header = content_header;
            container_height = displayHeight-height;
        }
    
        protected void sublayout(int maxWidth, int maxHeight) {
            super.sublayout(maxWidth, container_height);
            setExtent(maxWidth,container_height);
        };
    
        protected void paint(Graphics graphics)
        {
            int X_POS = 20;
            int Y_POS = 20;
    
            int width = displayWidth;
            int height=container_height;
            int[] xPts = {0, width, width, 0};
            int[] yPts = {0, 0, height, height};
            int[] colors = { 0xffffff, 0xf7f7f6, 0xd4d0cc, 0xb0a9a2 };
            graphics.drawShadedFilledPath(xPts, yPts, null, colors, null);
    
            graphics.setColor(0xc0c0c0);
            graphics.drawRoundRect(X_POS, Y_POS, getWidth()-40, container_height-40, 10,10);
    
            int stringWidth = getFont().getAdvance(content_header);
            graphics.setColor(0xF8F8F8);
    
            graphics.fillRect(35, 5, stringWidth+10, 30);
    
            graphics.setColor(0xFF0000);
            graphics.drawText(content_header, 40, 5);
        };
    
    }
    

    Here is the Code inside the class from the main screen

    settingsContainer = new CustomContentContainer("Settings",vodavaultLogo.getHeight());
            contentContainer = new VerticalFieldManager(Manager.VERTICAL_SCROLL|USE_ALL_WIDTH);
    
            passwd1 = new CustomEditField();
            passwd2 = new CustomEditField();
            contentContainer.add(passwd1);
            contentContainer.add(passwd2);
            contentContainer.setMargin(35,35,35,35);
    
            mainContainer.add(vodavaultLogoField);
            settingsContainer.add(contentContainer);
            mainContainer.add(settingsContainer);
            add(mainContainer);
    

    You must call the super.paint (.) in your paint (...) optimization of resources, if you paint all areas which are added.

  • Form of apex - unable to fill in the fields

    Hello

    I use Oracle Apex 4.2 and Oracle 11 G database.

    One of my screens Apex Oracle consists of fields that must be filled from a basetable for some reason any due to the structure of the form and the tables that I can't base my form on this table. If I do this by using the page loading process

    In the Pl/SQL Code, I use multiple selection in the clauses to fill the fields on the Page (form).  However I noticed that the fields are only get filled for the first groups of two radio but which other fields are text fields are not be filled.

    Can someone advise please me if I do something wrong or how to debug and fix this.

    Thank you

    IQ

    HI IQ.

    IQ says:

    I use Oracle Apex 4.2 and Oracle 11 G database.

    One of my screens Apex Oracle consists of fields that must be filled from a basetable for some reason any due to the structure of the form and the tables that I can't base my form on this table. If I do this by using the page loading process

    In the Pl/SQL Code, I use multiple selection in the clauses to fill the fields on the Page (form).  However I noticed that the fields are only get filled for the first groups of two radio but which other fields are text fields are not be filled.

    Can someone advise please me if I do something wrong or how to debug and fix this.

    What are the parameters of the source of the text?

    Are you a person with the form of wizard based?

    Can you reproduce the problem on apex.oracle.com and share the credentials of the workspace?

    Kind regards

    Kiran

  • How to allow the addition of attachments and more filled in form fields and signing existing signature field

    How do to allow the addition of attachments and more filled in form fields and signing of signature field when creating a secure pdf document?

    You must allow commenting as well. Reader users will be able to add attachments as comments. You can also use JavaScript with Player 11 and DC to automate the process somewhat.

    If you need users of Reader in order to add attachments as Acrobat can, you need to add the right of use of file attachments, but you can't do that with Acrobat.

  • Fill in the multiple fields based on the checkbox

    (other questions newb...)

    You want to fill several form fields from or not a checkbox is enabled.

    I now using scripts calculated in the work field. for example:

    If (this.getField("checkbox").value == "Off") {}

    Event.Value = null;

    } else {}

    Event.Value = "ABCXYZ";

    }

    However, it is possible to assign values only from the field box itself?

    Yes, you can do so from the MouseUp event of the checkbox field. It will look something like this:

    if (event.target.value=="Off") {
        this.getField("Text1").value = "";
        this.getField("Text2").value = "":
    } else {
        this.getField("Text1").value = "ABCXYZ";
        this.getField("Text2").value = "123456":
    }
    
  • Not able to select .jpg to fill selector background image source property s &lt; style &gt; embeded, window closed until I can choose my .jpg to fill in the url field.

    Not able to select .jpg to fill selector background image property of the source s < style > embeded, window closes before I can choose my .jpg to fill in the URL field in the background-image property. Any suggestions? Thank you!

    Manually, enter it in code view.

    background - image: URL (yourimagepath.jpg);

    It could be a code error, DW requires a valid code / clean for many of its functions to work properly. Run http://validator.w3.org/nu and The Service of Validation CSS W3C validators and clean the detected problems. If that doesn't help, clear the cache program or restore preferences can help.

  • JavaScript to make the fields to fill in the form read-only?

    How the fields to fill out my form read-only? I created the form, send to clients. Clients fill out the fields and click the submit button. The submit button pulls an automatically generated email and send the pdf file. I want the pdf file to send with the fields read-only. How then?

    This code should do the trick:

    for (var i=0; i		   

Maybe you are looking for

  • Empty space where incoming text is

    Ill explain the best I can. iMessage texting! Well, usually if you send one without getting an answer text in blue (said delivered) is down to right above the box where you click to start typing. My situation is there is a HUGE gap between my last po

  • Someone got my account and sent a bogus email

    Sent an email that I was in Scotland and the money needed to go home - was stolen and they stole my money.  Completely wrong

  • How to stop hotmail auto consignment with my password please?

    As above. for some reason, than what is happening. I recently downloaded Windows Live Messenger. Thank you.

  • Xperia M4 Aqua E2363 double 5.0 Lollipop 26.1.B.2.147 Firmware issues

    After updating my Xperia M4 Aqua double E2363 India at 5.0 Lollipop 26.1.B.2.147 firmware, I can't Fastboot or Flashmode mode in windows. He says does not recognize the USB device on windows and the phone goes to the battery. I've updated the drivers

  • Drivers for HP Pavilion g6-1008sm

    Hi, I can not find drivers for this Nooteboom anywhere, even on the official page, it sayes that there are none of these models. I looked under the battery and that's exactly what he sayes there, if necessary, I can send the picture. Pls help