Which type of submit button to use?

Hi All,
I am struggling with a form which executes BAPI script when user clicks submit. My submit button doesnt do any action for some reason. I dont know if the problem is in the type of submit button am using. Can someone please tell me what is the exact kind of button I need to use?
I see Email Submit button, HTTP Submit button, (just) Button, and there are various categories in Insert Menu like Webdynpro ActiveX, Webdynpro Native etc. If someone can tell me exactly, I would appreciate. Am using developer workplace, Webdynpro with Java.
Thanks

Lets say I have 2 views, say A and B. I have an interactive form in A. I have also assigned an action for onSubmit method. Inside the implementation code for that action, I have written,
wdThis.wdFirePlugOutPlug();
where OutPlug is the name of the outbound plug on A. I have an inbound plug on B with a navigation link between the two plugs.
Inside the implementation code for inbound plug of B, I have written
wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("Test");
When I run the application, my pdf form is displayed in the same browser window. I fill it and click submit and nothing happens. Page is not refreshed to show view B or any other message. I checked default trace in Server0/logs. No errors. Am running out of options. Please help !
One more thing, when I run the application, pdf form opens embedded in the browser window which has view. Thats the way it has to be right?
Also, I have developer work place and I used xACF_NW04s_SP11.exe for installing ACF. Is the ACF version okay or do I need to use some other file?
Also, am using Adobe LiveCycle Designer 7.1. Again is this the right version to use with Developer workplace?

Similar Messages

  • How to find out which type of the driver is used in our application?

    Hi all,
    can anyone tell me how to find out which type of the driver is used in our application?
    Thanks in advance,
    Phoeniox

    Hi,
    Check out this...
    Class.forName("com.mysql.jdbc.Driver"); //if u r using MySql
    List drivers = Collections.list(DriverManager.getDrivers());
                   for(int i=0;i<drivers.size();i++)
                        Driver driver = (Driver)drivers.get(i);
                        String driverName = driver.getClass().getName();
                        System.out.println("Driver "+i+":::"+driverName);
    you need to load the driver and display in the same program.
    Then only you'l get the required result.
    prakhyath

  • Submit button and using form fields

    Hello all, I'm a bit new to using LiveCycle.  I created a form in acrobat. I have all my fields working properly but I ran into a snag.  Seems as though people with reader can't open and fill in my form because of a saving issue.  So I figured... let's try LiveCycle. I opened the same form.
    This is what I can figure out: I need a submit button that can attach the current pdf to a new email and then grab some of the field values from the form.  These field values are used to fill in the subject and the "To" field in outlook. I had a button that could do this in acrobat, but it doesn't seem to work in LiveCycle.  Can someone please offer some guidance?  Thanks so much.
    This is what I had on the acrobat form that worked before LiveCycle if it helps at all (used from an adobe sample):
    // This is the form return e-mail. Its hardcoded
       // The form will return to the manager chosen from the dropdown bob
       var cToAddr = "[email protected]";
       // First, get the client CC e-mail address
       var cCCAddr = this.getField("manager").value;
       // Now get the beneficiary e-mail only if it is filled out
       var cBenAddr = this.getField("PlaceHolderEmail").value;
       // Get the name and req number
       var cName = this.getField("EmployeeName").value;
       var cNumber = this.getField("Department").value;
       // Set the subject and body text for the e-mail message
       var cSubLine = "Absence Notification - " + cName + " - " + cNumber;
       var cBody = "Thank you for submitting this form.\n" +
                   "Save the mail attachment as a record";
       //** Send the form data as an PDF attachment on an e-mail
       // Build the e-mail URL
       var cEmailURL = "mailto:" + cCCAddr + "?cc=" + cBenAddr
                     + "&subject=" + cSubLine
                     + "&body=" + cBody;
       this.submitForm({cURL: cEmailURL, cSubmitAs:"PDF", cCharSet:"utf-8"});

    Here is a sample form for your reference..
    https://acrobat.com/#d=CK4QgXn38l49bzQlhWtKSA
    You need to use the rawValue to get the field value in LiveCycle..
    for example
          // First, get the client CC e-mail address
         var cCCAddr = manager.rawValue;
    Thanks
    Srini

  • How to know which type of apple device am using

    how to know which type of apple device am using

    Check iPad model with the Serial Number
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    Settings>General>About>Serial Number

  • Which type of CD should I use on the Windows side?

    I'm running bootcamp and Windows XP. Do I need to use a Windows CD on that side or a MacIntosh CD?
    Thanks.

    If you mean a CD which contains software, you need to use the Windows CD to install software onto your Windows system. If you mean a blank CD, the same CD will work in both systems.
    (15824)

  • How to find which type of extraction to be used

    Hello,
    Can any one help me out to find out which extraction type to be used in different situations.
    Thanks,
    Raghavendra.

    Hi,
    For logistics modules like MM,SD,PP,PM ,etc you'll use the LO cockpit. Any extractors starting with 2LIS are all LO extractors.
    All datasource/extractors starting with 0 are the non LO extractors. So FI extractors are non LO extractors.
    If none of the std extractors meet your needs then you create generic extractors using tables/views, Query or function module.
    Cheers,
    Kedar

  • What is the criteria used to decide which type of thermal measurement to use? Thermocouples or RTDs?

    When the temperature range of the process fits into both or either type of device's capability, are there factors that help determine which device would work better?

    RTDs are generally more accurate, more stable, and more expensive than thermocouples. RTDs usually have a smaller measurement range than thermocouples, however you've stated that both are sufficient in this respect. RTDs may be subject to problems with self heating, depending on the thermal conductivity of the media you are measuring. If the RTD is measuring a still gas, self heating can be a problem. If it's situated in a rapidly flowing liquid or mounted to couductive solid surface, this should not be an issue.
    Regards,
    Brent R.
    Applications Engineer
    National Instruments

  • Which type of books can I use JUST on my IPOD classic?

    Does anyone know.  I have purchased other books and then can't use them on the classic (just on the tablet).  I know this is an easy answer, but I can't figure it out.
    All the best

    Alas, the Classic doesn't support radio. The basic classic can only play stored audio files. iTunes plays radio by streaming it over the network.

  • On submit button type - There was a problem connecting to the server.

    Hi,
           Please give me a solution for server connection issue. I am new to the adobe live cycle designer ES4.
    I created a web form use of adobe live cycle es4 v.11.0 to retrieve the data from web service method. So, I created the WSDL type data connection in data view menu to invoke the .asmx?wsdl service and connection is established successfully. Then, I dragged and drop a button from object library window to invoke the service method and changed the type as submit button. In the submit button URL, I given the web service url as eg. http://<localhost>:<port>/Web_serive.asmx?wsdl. Finally, I saved it has a PDF file.
        When I click the submit button, a pop up window is openning as 'preparing for submit..' and 'Receving data..' and finally, it shows a pop up error message as 'An error occured during the submit process. There was a problem connecting to the server'. I tried all possiblities and if any bad english grammer, sorry for that.
    Please give me a proper solution for this issue.
    With Regards,
    G. Prabakaran.

    After trying these suggested actions several times success has not been reached.
    I understand you are getting unable to connect to server error message on your printer. I would first unplug router and printer for about 1 minute. I would plug router up first then printer. I would then try to enable web services. If not successful and you get same error message. I would follow these steps.
    1. Obtain your printer's IP address
    a. This can be done by pressing the wireless icon on printer.
    2. Enter the printer's IP address in a browser.
    3. Select the network tab at the top of the page.
    4. On the left select networking.
    5. Select Network Address (IP)
    6. Select Manual DNS Server
    a. Manual Preferred DNS should read 8.8.8.8
    b. Alternate DNS Server should read. 8.8.4.4
    7. Select apply you might get a warning just select okay.
    8.  Try again to access ePrint.
    Let me know how it goes.
    I am able to print wirelessly to the printer, print through eprint, scan, and copy things. The only thing that is not working is the printer itself connecting to the hpeprintcenter.com.
    Kyle

  • Help with making an Email Submit button on a form!

    Im making a form using livecycle for the first time.
    Im trying to put on it a email submit button - i used email submit field and made the button. Then in the Objects Palette, in the box that says email address i put in the email address that i want it to be sent to. I then tried to email the form, and i received an email, but the attachment was just a bunch of codes, not the form. I want the email to come through with the PDF form.
    I searched on help and this is what i found:
    3.
    In the Control Type area, select Submit. Data will be submitted according to the settings in the Submit tab.
    4.
    Click the Submit tab and type the URL protocol in the Submit to URL box.
    To
    Use this URL protocol
    Example
    Submit the package to an ftp site
    ftp
    ftp://ftp.gnu.org/gnu/GPL
    Submit the package to a web server
    http
    http://myserver/cgi-bin/
    Submit the package to a secure web server
    https
    https://myserver/cgi-bin/
    Submit the package to an email address
    mailto
    mailto:[email protected]
    5.
    Select PDF from the Submit As list.
    I cant find where to change these options - can someone help?
    Thanks!

    Hi,
    The issue is that if the form is not Reader Enabled, then users with Reader cannot submit the form as a PDF.
    They can submit it as an XML file and then you would re-import this back into the form on receipt. It is an extra step, but it does have the advantage that the data being submitted as an XML file is very small.
    If you really need/want the form to be submitted as a PDF AND your users have Reader, then the form will have to be Reader Enabled.
    There are two options:
    Reader Enable using Acrobat Standard (version 9) or Acrobat Professional (version 8). This will give certain rights, like the ability for users with Reader to save the form and for the form to be submitted as a PDF. However there are licensing restrictions, see EULA.
    The other option is to Reader Enable the form using LiveCycle Reader Extensions ES2. This is a server product, which entails additional cost and a cost to Reader Enable each form. It is intended for processing large volumes of forms/large volumes of data.
    There is a summary here:
    http://assure.ly/gYyYc2
    So there are a couple of options.
    Form NOT Reader Enabled:
    Users cannot save the data they input.
    Data must be submitted as an XML file and processed on receipt.
    Form IS Reader Enabled:
    Users can save the data they input.
    Data can be submitted as a PDF (or XML file).
    Hope that helps,
    Niall
    Assure Dynamics

  • No submit button in distributed form - JavaScript help

    I have creted a from in Live Cycle Designer. After distribution submit button is not visible in Acrobat and Reader. I've looked at the form JavaScript and find out this part of code which probably hide submit button in Acrobat 9:
    showAutoGenSubmitBtn = function(bShow)
        var autoGenSubmitName = "%AUTO_GEN_SUBMIT_NAME%";
        var fld = this.getField(autoGenSubmitName);
        if (fld != null)
            var b= this.dirty;
            if (bShow)
                fld.display = display.noPrint;
            else
                fld.display = display.hidden;
            this.dirty= b;
    // Hide the auto-generated submit button for Acrobat/Reader >= 9.0
    if (app.viewerVersion >= 9)
        showAutoGenSubmitBtn(false);
    else
        showAutoGenSubmitBtn(true);
    I am not familair with JavaScript so I would apprecite if someone can help me how to edit it to make submit button visible.
    Below is a complete JaveScrip of mentioned form.
    Thanks
    //@@FORMSWORKFLOW auto-generated script
    AdobePatentID="B643"
    var AdobePatentID = "AdobePatentID=\"B643\"";
    // Show a dialog to ask the user's name and email during submit.
    askUserIdentity = function(doc)
        // string constants
        var dlgStrings =
            sDlgTitle:          "Send Form",
            sEmailLabel:        "&Email Address:",
            sNameLabel:         "Full &Name:",
            sSubmitLabel:       "&Send",
            sToLabel:           "To:",
            sSubjectLabel:      "Subject:",
            sSubjectContent:    "Submitting Completed Form",
            sAttachmentLabel:   "Attachment:",
            sFromLabel:         "From:",
            sErrorEmailRequired:"Please enter a valid email address.",
            sErrorNameRequired: "Please enter your name."
        var dlgElems = [];
        dlgElems[dlgElems.length] = {
            type: "view",
            align_children: "align_left",
            elements:
                    type: "view",
                    align_children: "align_row",
                    elements:
                            type: "static_text",
                            name: dlgStrings.sToLabel,
                            width: 80,
                            bold: true,
                            font: "dialog"
                            type: "static_text",
                            item_id: "sdto",
                            width: 270,
                            font: "dialog"
                    type: "view",
                    align_children: "align_row",
                    elements:
                            type: "static_text",
                            name: dlgStrings.sSubjectLabel,
                            bold: true,
                            width: 80,
                            font: "dialog"
                            type: "static_text",
                            name: dlgStrings.sSubjectContent,
                            width: 270,
                            font: "dialog"
                    type: "view",
                    align_children: "align_row",
                    elements:
                            type: "static_text",
                            name: dlgStrings.sAttachmentLabel,
                            bold: true,
                            width: 80,
                            font: "dialog"
                            type: "static_text",
                            item_id: "atch",
                            width: 270,
                            font: "dialog"
                    type: "gap",
                    height: 5,
                    width: 350
                    type: "static_text",
                    name: dlgStrings.sFromLabel,
                    bold: true,
                    font: "dialog"
                    type: "static_text",
                    name: dlgStrings.sEmailLabel,
                    bold: true,
                    font: "dialog"
                    type: "edit_text",
                    item_id: "emal",
                    width: 250
                    type: "static_text",
                    name: dlgStrings.sNameLabel,
                    bold: true,
                    font: "dialog"
                    type: "edit_text",
                    item_id: "name",
                    width: 250
                    type: "gap",
                    height: 5,
                    width: 350
                    type: "ok_cancel",
                    ok_name: dlgStrings.sSubmitLabel
        var desc = {
            resourceContext: "AcroForm",
            description:  {
                name: dlgStrings.sDlgTitle,
                elements: [
                        type: "view",
                        align_children: "align_left",
                        elements: dlgElems
        desc.initialize = function(dialog)
            var METADATA_ANNOT_NAME = "adhocFormState";
            var PROP_INITIATOR = "initiator";
            var initiator;
            var annot = doc.getAnnot(0, METADATA_ANNOT_NAME);
            if (annot != null) {
                var arrProps = new Array();
                arrProps = annot.contents.split(";");
                initiator = getProperty(arrProps, PROP_INITIATOR);
            var decodedFileName = unescape(doc.documentFileName);
            var initVars =
                sdto: initiator,
                atch: decodedFileName
            dialog.load(initVars);
        desc.validate = function(dialog)
            var values = dialog.store();
            if (values.emal == "") {
                app.alert(dlgStrings.sErrorEmailRequired);
                return false;
            if (values.name == "") {
                app.alert(dlgStrings.sErrorNameRequired);
                return false;
            return true;
        desc.commit = function(dialog)
            this.result = new Object;
            var values = dialog.store();
            this.result.name = values.name;
            this.result.email = values.emal;
        var ret = app.execDialog(desc);
        if (ret == "ok")
            return desc.result;
        else
            return null;
    askEmailClient = function(doc)
    // string constants
        var dlgStrings =
            sDlgTitle:      "Select Email Client",
            sDlgText:       "Please indicate the option which best describes how you send mail.",
            sDesktop:       "&Desktop Email Application",
            sDesktopDesc:   "Choose this option if you currently use an email application such as Microsoft Outlook Express, Microsoft Outlook, Eudora, or Mail.",
            sInternet:      "&Internet Email",
            sInternetDesc:  "Choose this option if you currently use an Internet email service such as Yahoo or Microsoft Hotmail. You will then need to save your form and return it manually to [email protected] using your Internet email service."
        var dlgElems = [];
        dlgElems[dlgElems.length] = {
            type: "view",
            align_children: "align_left",
            alignment: "align_fill",
            elements:
                    type: "static_text",
                    name: dlgStrings.sDlgText,
                    width: 350,               
                    font: "dialog"
                    type: "radio",
                    name: dlgStrings.sDesktop,
                    item_id: "rad1",
                    group_id: "rgrp",
                    bold: true,
                    font: "dialog"
                    type: "view",
                    align_children: "align_top",
                    elements:
                            type: "gap",
                            width: 20
                            type: "static_text",
                            name: dlgStrings.sDesktopDesc,
                            wrap_name: true,
                            width: 342,
                            font: "dialog"
                    type: "radio",
                    name: dlgStrings.sInternet,
                    item_id: "rad2",
                    group_id: "rgrp",
                    bold: true,
                    font: "dialog"
                    type: "view",
                    align_children: "align_top",
                    elements:
                            type: "gap",
                            width: 20
                            type: "static_text",
                            name: dlgStrings.sInternetDesc,
                            wrap_name: true,
                            width: 342,
                            font: "dialog"
                    type: "gap",
                    height: 5,
                    width: 350
                    type: "ok_cancel",
        var desc = {
            resourceContext: "AcroForm",
            description:  {
                name: dlgStrings.sDlgTitle,
                width: 250,
                elements: [
                        type: "view",
                        align_children: "align_left",
                        elements: dlgElems
        desc.commit = function(dialog)
            this.result = new Object;
            var values = dialog.store();
            this.result.send = values.rad1;
            this.result.save = values.rad2;
        var ret = app.execDialog(desc);
        if (ret == "ok")
            return desc.result;
        else
            return null;           
    AdobePatentID="B643"
    // set a new property value to a property in the specified array.
    setProperty = function(arrProps, propName, propValue)
        var i;
        var bSet = false;
        for (i = 0; i < arrProps.length; i++) {
            var propParts = new Array();
            propParts = arrProps[i].split(":");
            if (propParts[0] == propName) {
                propParts[1] = propValue;
                arrProps[i] = propParts.join(":");
                bSet = true;
                break;
        if (!bSet)
            arrProps[arrProps.length] = propName + ":" + propValue;
    AdobePatentID="B643"
    // get the value for a property in the specified array.
    getProperty = function(arrProps, propName)
        var i;
        for (i = 0; i < arrProps.length; i++) {
            var propParts = new Array();
            propParts = arrProps[i].split(":");
            if (propParts[0] == propName) {
                return propParts[1];
        return null;
    AdobePatentID="B643"
    showAutoGenSubmitBtn = function(bShow)
        var autoGenSubmitName = "%AUTO_GEN_SUBMIT_NAME%";
        var fld = this.getField(autoGenSubmitName);
        if (fld != null)
            var b= this.dirty;
            if (bShow)
                fld.display = display.noPrint;
            else
                fld.display = display.hidden;
            this.dirty= b;
    // Hide the auto-generated submit button for Acrobat/Reader >= 9.0
    if (app.viewerVersion >= 9)
        showAutoGenSubmitBtn(false);
    else
        showAutoGenSubmitBtn(true);

    I'm distributing the form in Acrobat Pro 9.
    I created the form in Live Cycle Designer.  Save, then open in Acrobat pro.  Extend Features to Acrobat Reader, click the drop down box on Forms and hit distribute.  I save a local copy.  When I open the distributed form the buttons do fall silent, the Submit Button on the purple line up top still works, but that doesn't appear in reader and the people who will be completing the form all use reader.  Any suggestions for a fix?
    I'd like to distribute because that automates the tracking.  It works undistributed.

  • Submit button not triggering in adobe form : webdynpro abap

    Hi All ,
    I am a beginenr in Webynpro Abap . I am trying to catch a submit buttion from a Adobe form developed in webdynproabap .
    I have 2 fiels along with the submit button ( of type submit to SAP )
    I have written the code in the view action onsubmit and the the java script in the form is also there .
    form is of type ZCL
    I am not able to trigger the event. what can be the issue . should i do anything more ..
    i tried with the  2 type of submit button one is hanging other one there is no reponse .. can any one let me know what can be the reason .
    Regards
    Abhilash

    Hi
    I have the below code in the script. I have hardcoded the breakpoint in the event code as see below .
    containerfoundation_JS.sendmessageTocontainer(event.target,"submit"," ", " ","","") .
    in the event I have the code .
      DATA lo_nd_hsr TYPE REF TO if_wd_context_node.
      DATA lo_el_hsr TYPE REF TO if_wd_context_element.
      DATA ls_hsr TYPE wd_this->Element_hsr.
      DATA lv_pernr TYPE wd_this->Element_hsr-pernr.
    break-point.
    navigate from <CONTEXT> to <HSR> via lead selection
      lo_nd_hsr = wd_context->path_get_node( path = `ADOBE.HSR` ).
    @TODO handle non existant child
    IF lo_nd_hsr IS INITIAL.
    ENDIF.
    get element via lead selection
      lo_el_hsr = lo_nd_hsr->get_element( ).
    @TODO handle not set lead selection
      IF lo_el_hsr IS INITIAL.
      ENDIF.
    @TODO fill attribute
    lv_pernr = 1.
    set single attribute
      lo_el_hsr->set_attribute(
        name =  `PERNR`
        value = lv_pernr ).
    I activaated the trace also I am getting the error
    "SAPWD_ZciWrapper_setMessageHandler (55) : Set message handler for control.."
    I serached OSS . I got note 1223121 which says to run report FP_CHK_REPORT ..still it is not working .

  • Compaq Presario v6346ea: Which type of SATA controller?

    I've recently bought an Intel X25-M/G2 Solid State Drive and was expecting read speeds of 200 MB/s on my Compaq Presario v6346ea notebook. Instead of that the maximum speed I get from CrystalDiskMark is 135 MB/s.
    Now I'm suspecting the SATA controller of my notebook to not being able to handle the speeds of this Solid State Drive.
    I've looked on HP's website to find out which type of SATA controller is used in my Compaq Presario v6346ea but can't find find any clear info on that subject.
    From what I read at http://en.wikipedia.org/wiki/Serial_ATA there are 3 types:
    SATA Revision 1.0 (SATA 1.5Gb/s, max 150 MB/s throughput minus overhead.)
    SATA Revision 2.0 (SATA 3Gb/s, max 300 MB/s minus overhead.)
    SATA Revision 3.0 (SATA 6Gb/s, max 600 MB/s and up minus overhead)
    Does anybody know which type of SATA controller is used in this Compaq Presario v6346ea notebook?

    Thank you for the additional info. I ran SISoft Snadra and found some interesting stuff. For instance, it IDed the chipset as a mcp78s not a mcp77. It also indicates that it can use DDR3 memory. I'm not sure if that's accurate, as it conflicts with specs I've read elsewhere. If true, I wish I'd known that when I upgraded my RAM to 8GB. :-p Anyway, I've tried to determine the SATA revision, but I'm not sure if I'm going about it the right way. I went to "Storage Devices" and clicked the only available button: "Physical Disks , Storage adapters and devices". From there I can choose my internal hard drive from a menu, and it shows the maximum SATA mode as G2 / SATA300. But I'm not sure if this is in reference to the controller or the drive. I know that the drive is a SATA-II, so it would show that if it's displaying the drive's capabilities. It certainly tells me everything else I'd ever want to know about the drive. When I switch to my external USB HDD, it shows the maximum SATA as G3 / SATA600. For the DVD drive it shows G1 / SATA150. So I kind of think it's showing me the maximum capabilities of the drives, not the controllers.  Is there some other way to check the maximum SATA capabilities of the hard drive controller? Sorry. I'm not too familiar with SISoft Sandra, and it's not really obvious to me. And given what it's turned up about the chipset and the memory support, I want to be sure here. Thanks.

  • PDF Submit button creates winmail.dat issue...

    Hi all,
    I am attempting to create a fillable form (PDF) which includes a submit button, which on clicking attaches itself to an e-mail (Outlook 2013), populates the recipients, subject and body text.  I have created the document (using a submit form button) and it works perfectly apart from one very large problem... when sent within our company the e-mail is quarantined!
    Having spoken to messaging team it appears that this is due to a winmail.dat file.
    I am hoping someone can provide some assistance, is the winmail.bat file created by InDesign, or by Acrobat, and is there a way to bypass this/other method to avoid the problem?
    Any suggestions welcome.
    Thanks

    I don't think this file is created by Indesign, Acrobat or any other Adobe software.
    I found this http://support.microsoft.com/kb/278061 on searching.
    As it state "Outlook uses it when sending a Rich Text-formatted message. During transport, the content of the message may be changed, preventing the receiving client from being able to read the formatting instructions. In other cases, the receiving client does not use or recognize the winmail.dat file."
    I would suggest you follow the suggestion in the link above and then check, if it helps.
    You can also look at these links :- http://support.microsoft.com/kb/138053 and http://support.microsoft.com/kb/149203
    --Manish

  • Submit button on fillable PDF doesn't work on all computers??????

    I have created several fillable PDF's for a medical office which has a submit button at the bottom. The button is supposed to send the completed PDF to the office admin's email. It works great on my computers in the office, and on a few other test computers I've ask people to try it on, but I received an email from the office admin today saying that an important VIP tried filling out one of the forms today and it didn't do anything at all. Also, another person at the medical office tried filling out a test form and submitting it and they said "Once we hit submit, it did nothing!"
    What do I do? I am at a loss and this client has paid for all services and I am stuck!!! Please help...
    Here is the site and all the paperwork. http://ocmedicalgroup.com/patient_info/patient_info.html
    I can email all original PDF's if needed.

    Regarding the security, you can set up the form to submit securely to a web server, and submit just the form data, which can later be easily imported into a blank form to create a filled-in form. The way it's currently set up, you have to Reader-enable the documents, which allows Reader to save a filled-in form. But there are licensing restrictions that go along with this. In short, if an enabled document is distributed to more than 500 recipients, as it is when posting to a publicly accessible web site, the licensee may use data from no more than 500 instances of a returned form, including hard copies. You as the developer cannot supply Reader-enabled documents to your client for their general use - another licensing restriction. They will need to purchase Acrobat to enable the documents themselves. All of this is avoided if you set up the form to just submit the form data to a secure web server, at the expense of maintaining the server.
    Regarding the problem with getting what you currently have set up to work, it all depends on the particular user's setup. I would say the minumum requirement is Adobe Reader or Adobe Acrobat, preferably versions 8-10. If they don't have a working email client, it will allow them to save the file on their system which they can then manually attach to an email. This is so folks can use a web-based email system to send the file.

Maybe you are looking for

  • 10.1.0.3 install on mac laptop

    Has anyone able to install the 10g database on PowerBook G4? I get TNS: Lost contact error at the end and unable to create Oracle database.

  • Sybex Linux+ Study Guide

    Hey, I am studying for my Linux+.   I got the Sybex book because I used them in the early 2000's and liked them.  They used to give you a PDF on a CD as well that you could use which was handy if you didn't have your book with you.  It was also hand

  • Budget Exceed error while returning material

    Hi, We have this scenario: budget is allocated at top WBSE. actuals are booked on 2nd level WBSE. Tolerance limits: ++ 90% warning                            ++ 100% error Budget profile: Activation Type: 1 Overall: yes Releases: yes Now, We have ove

  • Macbook Pro keyboard not working correctly.

    I have upgraded through a developer account to OS X 10.8 and sometimes when i use safari or any other application the keyboard wont work, so i have to close out of the application and then re open it and if that still does not work, i have to restart

  • Using DOM4J XPath

    IM going nuts trying to use DOM4J to query something so simple. Here is the input XML file and the code to run the XPath. If I loop through the document using the annoying element and node map thing it works fine and I can get all the nodes. But I wa