PDF Form in Workspace:  Format Validation message?

Hi,
If a user tried to submit a PDF form in Workspace, what is the best way to "nicely" format the error message (rather than just the default 'you have missed mandatory fields' message).
I noticed that the LCES2 validation formatted does not seem to work.
Thanks,

I have not heard anything further.  I think this warrants a feature request at adobe.com/go/wish
Will also be interested to see how this behaves in ES3.5, although expect it to be close to the current version

Similar Messages

  • Slow to Load Prepopulated PDF Form in Workspace

    We experience that sometimes it takes a long time (abt 10-15 sec) to load a prepopulated PDF form in Workspace. This is not acceptable by our users. They expect that the prepopulated PDF form to be displayed below 5 sec.
    FYI, we use customised Default Render service to prepopulate the data retrieved from multiple remote DB server (Oracle 8i and SQL Server 2005) into the PDF Form. In particular, we retrieved about 1500 rows of employee information (ID and name) from Oracle DB View to be populated into a dropdownlist in PDF Form.
    Please find below the server and client machine spec:
    SERVER:
    IBM XSERIES_3650
    Intel Xeon CPU 5160 @3.00 GHz
    2.99 GHz, 4.00 GB of RAM
    Windows Server 2003 SP1 Standard Ed
    CLIENT:
    512 MB of RAM
    Windows XP Pro SP2
    Adobe Reader 8
    Adobe Flash Player 9
    Internet Explorer 6
    Does anyone can give us advice what to check/investigate to determine the root cause of the problem and how to improve the performance? Thanks.

    At first, we also guessed that the 1500 rows query is the one which cause the slowing down. However, this is what we observe:
    - Whenever the client machine is restarted, the time it takes to load and display LiveCycle ES Sample MortgageLoan-Prebuilt PDF form in Workspace will be slow (more than 10s). Subsequent try of loading the PDF form will be faster (2-3s)
    - Whenever the client machine is restarted, the time it takes to load and display our prepopulated PDF form in Workspace will be slow (15-25s). Subsequent try of loading the PDF form will be faster (5-7s)
    - In our custom Default Render process, we write trace message to server.log file at the start and end of the process. We noticed, the time it takes between the start and the end of the process is consistently about 2-5s which include retrieval of 1500 db records.
    Please advice.

  • Problem submitting PDF form in WorkSpace

    Hi, my server is ES2.5 Turnkey install (Express mode) on Windows.
    Client is IE-8 with latest Reader.
    My form is a PDF form created in the WorkBench,
    it has 2 pages, with some Digital Signature fields,
    I have also added the "Process Fields" group onto page 2 of the form.
    The form is to be routed in the standard WorkSpace.
    At the Initiator step (Start Point), I use the Action Profile to do the Pre-fill of the form.
    I have checked the Reader Extended box.
    I use a Document variable as the Output from the StartPoint, the doc variable references my .PDF form template.
    Everything works fine at the Initiator step, the form fields are all properly Pre-filled.
    The problem is:
    after I click the Complete button, it goes to the next participant of the workflow process,
    when that person opens up the form in the WorkSpace, it's all blank, none of the data at the Initiator step show up.
    This User task uses the same Document variable as the Input (specified at the Presentation & Data tab).
    What do I need to do to pass the form data along with the form to the next person in the Process?
    What have I done wrong?  what should I check?
    thanks.

    I sort of narrowed down the problem a little bit.
    I created a smaller PDF form, it has Digital Signature field as well as the Process Fields group, plus some Text fields.  When I used it in the SAME process (changed the Document variable to point to this new small form of course) everything worked!  No data loss.  Everything on the form including the Signature got passed to the next person in the workflow just fine.
    So I think my Process design is fine, the problem appears to be in the original 2-page PDF form.
    But I can't figure out what thing on the form could have caused the data loss!
    There's no error message anywhere, nothing in the JBoss server log either.
    Has anybody seen similar problem like this?
    thanks.

  • How to automate conversion of PDF forms to XML format

    Hi
    I have created a form using adobe livecycle designer 8. It has a email submit button that will send the form as a pdf file to a server.
    Once the server recevive this pdf file, they will store the pdf file into a local drive. How do I convert the pdf files in the local drive into XML format without actually opening the pdf file in the Adobe Professional and clicking export data as XML?
    Is there a way to write a code to convert these pdf files to XML format automatically?
    Hope someone can help me with this issue
    Regards
    Delvin Khong

    Hi Andersson,
    The request command is a form server command? Where do i type the Request.Form("page.form.field"). I dont really understand your statement on "Use request on the receiving page to get data" Could you help me by explaining more?
    Thank a lot for your advice
    Warmest Regards
    Delvin Khong

  • Convert or Generate PDF form to XML format

    Hello,
    Is it possible to convert or generate a filled PDF form to XML with a specific format like the one below? Please advise.
    <ImportSession UserID="Test" Password="Test">
    <Batches>
    <Batch Name="Batch Name" BatchClassName="Batch Name">
    <Documents>
    <Document FormTypeName="Form2314">
    <IndexFields>
    <IndexField Name="TITLE" Value="7601"/>
    <IndexField Name="DocDate" Value="05/18/2011"/>
    <IndexField Name="Person Name" Value="Smith, John"/>
    <IndexField Name="From" Value="IT Division"/>
    </IndexFields>
    <Pages>
    <Page ImportFileName="<INSERT FILE LOCATION HERE>"/>
    </Pages></Document>
    </Documents>
    </Batch>
    </Batches>
    </ImportSession>
    Thanks,
    Han Dao

    Hi Hodmi,
    I would prefer to use LC Designer, can you explain little bit more on how to start it and LC Form ES.
    Thanks, Han

  • PDF Form Mandatory Field Validation Issue in Workspace

    If we open a PDF Form with mandatory fields (e.g. Mortgage-Prebuilt sample PDF form) in Workspace and then click the Workspace Complete button without completing the mandatory fields, there will be mandatory validation check which will highlight all the mandatory fields and display the mandatory fields error message dialog box.
    However, if we click the Workspace Complete button again afterwards, the mandatory fields error message dialog box will not be displayed. The dialog box will be displayed only if our mouse is moved to any active/enabled fields/buttons in PDF form.
    Does anyone encounter this strange issue before?
    Kindly advice what should we do to solve this issue.

    Hi Patrick,
    As this is the modal popup, there is a close button .
    Now in the ACTIONS tab try to create an action for CLOSE.
    Once you get the window reference,
    wd_comp_controller->gref_w_popup_split type ref to IF_WD_WIINDOW.
    SET_ON_CLOSE_ACTION
    SET_CLOSE_BUTTON
    CALL METHOD wd_comp_controller->gref_w_popup_split->set_close_button
            EXPORTING
              close_button = abap_true.
          CALL METHOD wd_comp_controller->gref_w_popup_split->set_on_close_action
            EXPORTING
              view        = wd_comp_controller->gref_v_controller_split
              action_name = wd_assist->gc_close_split.
       "Action Name
    In the CLOSE action -
    IF wd_comp_controller->gref_w_popup_split IS NOT INITIAL.
          CALL METHOD wd_comp_controller->gref_msg_manager->clear_messages
            EXPORTING
              including_permanent_msg = abap_false
              only_permanent_msg      = abap_false.
          CALL METHOD wd_comp_controller->gref_w_popup_split->set_close_in_any_case
            EXPORTING
              close_in_any_case = abap_true.
          CALL METHOD wd_comp_controller->gref_w_popup_split->close.
        ENDIF.                      "   if wd_comp_controller->GREF_W_POPUP is not initial.
    Regards,
    Lekha.

  • I have ADOBE X reader installed in my systems. When I wanted to open an online pdf form, Mozilla puts up a error message and the form does not open.

    When I try to open a online pdf form, I get a error message to close the reader and try it again. Sometimes, the message does not come but what I see is just a BLACK screen in Mozilla.

    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to print a PDF form content when i have the content

    Hi SAPGURUS,
    I have an urgent requirement.
    I have the content of a PDF form in raw format and it is saved in some repositry .Now How can i create a spool request and print the form.
    I can use the function module FP_JOB_OPEN and then gat the dynamic function module name and then close it by FP_JOB_CLOSE .
    But as i already have the PDF form content i need not create it again by calling the dynamic function module.And i can't do so because both applications are altogether separate from each other that is creation of the PDF form and printing it.
    Could you help me in guiding the way to solve this problem.
    Thanks in advance
    Sanjeev

    Hi Sanjeev,
    I have currently the same issue, please have you solved it?
    Thank you
    Tomas

  • Validator Message Generation Problem

    I have a number of input fields and drop downs in a form, all of which have validators attached to them.
    When the form is submitted, the validation messages are generated in no particular sequence, and also I don't get all the validator messages at once. I get a few, fix them then get some more again.
    Would appreciate insight into 'in what sequnce are the validator messages generated' if there are multiple validators in a form. How can I control the sequence in which these messages are displayed, and why are'nt all the validator messages displayed all at once in a form?
    Regards
    Haroon

    Hi Haroon,
    The situation in which all the validator messages were not displayed is when the required property for a particular field is set to true. The validator messages for all the input fields before this are displayed but none of the messages for the fields appearing after the field for which the required property is set to true.
    One of the options that could be tried is to have inline message component for the input fields which would make it easier to identify the validator messages.
    Hope this helps
    Cheers
    Giri

  • Can the responses submitted from a pdf form be viewable in a table format in SharePoint?

    I created a pdf form with Acrobat X. My plan it to upload the form to SharePoint and allow users to use this form to submit "help desk" type issues. However, I have a virtual team that need to view the responses in a table format so they can filter and sort the growing list of responses. Acrobat seems to only allow me to save the "response" file on my own desktop, not SharePoint. Is there a way for the responses to be stored and viewed in a SharePoint workspace so that members of the virtual team can view and sort the users' responses in a table format?

    Yeah that's the best bet, though if you don't want to make a bunch of fields, you can also just save it with the Typewriter tool enabled in Acrobat (Tools > Typewriter > Enable Typewriter Tool in Adobe Reader).  Then, the person viewing it will get a little typewriter tool that they can use.  I think they have to have version 9 of Adobe Reader.
    But it looks the best to add in all the fields individually.
    Hope that helps,
    Phyllis

  • How to get a PDF form message for a license?

    I am attempting to configure a SPF-transaction PDF form for /SAPSLL/LCLICE02 (Letter of Credit transaction). 
    I have defined the Technical Medium for Messages (PPF) of Licenses and the Condition/Output Parameters for Communication of Licenses.  The Action Definition is set up as an External Communication with a PDF-based form and Object-Specific Variable Replacement.  I have tried various formats, including /sapsll/form_proc, with no success.
    When I switch to the communication tab in /sapsll/lclice02, the program crashes in the middle of printer determination with a move-cast error.  It is clearly reacting to the PDF as a CUHD data type when it needs an LCLIC type.  What configuration am I missing?  Where can I set this?

    For Acrobat X go to File-> Save as->Reader Extended PDF
    This will embed the reader extended rights in PDF.

  • PDF Form Submit Format

    Hello,
    Does anyone know the format of form values that are sent out after user clicks the submit button in the form?
    I have a PDF form file stored in my computer. In my program, I read this form file and dynamically create a submit button. After that, user can enter data in the form and submit the values to my server in HTML format.
    I was wondering if anyone knows how the format looks like. It seems like a field can have many values associated to it, value, valueAsString, event.value etc. Exactly which value here is sent to the server? And how does the format of the entire HTML looks like?
    I have been looking around for this information but I can't find anything. Acrobat Javascript doesn't provide something like onSubmit event for me to stop the process right before the form data is sent.
    Any hint would be helpful.
    Thanks a lot.

    One way to test this out is to set up a button that's configured the way you want but with a mailto type URL. When the button is clicked, you will be prompted to send the email with your email client or save the data file to your machine so you can manually attach it to an email. Choose the latter and save it to a file. It will have an FDF extension, but it won't be a valid FDF. Open the file in a text editor and inspect it. It will be URL encoded form data, just as you'd get from an HTML form, and can be processed in the same way as an HTML form submission. So what you get isn't HTML, it's URL encoded form data.
    The field name/value pairs will be sent. For fields that format a value for display (e.g., 3.1415926535 to 3.14), you will get the unformatted value.
    The valueAsString property is only relevant when a field value is retrieved via JavaScript. It basically prevents leading zeroes from being dropped. Leading zero for numeric values will be included in the form data when submitted.

  • Keeping PDF form format when sending via email

    Hello, I have created a form using Adobe LiveCycle.  It contains a submit button to send the filled out form to a recipient via email.  After numerous draft attempts the form gets converted into an .XML format when it is attached to a new email message.  I want the form to stay as a PDF but LiveCycle indicates the form would need to be sent to an HTTP address.  I don't have such an address.
    Is there some way to force the form to keep its PDF format and be sent via email by the push of a button?
    (I know that you can click File--attach to Email to but I would like to avoid that method).  Thank you.

    Q: Is there some way to force the form to keep its PDF format and be sent via email by the push of a button?
    A #1: Yes, you can use the standard button, set the format to "PDF" and supply the mailto:[email protected] and it will use the client side email software to attach and send the PDF. Note: You will need to enable usage rights on the PDF to allow Adobe Reader users to submit whole PDF format. Normally Adobe Reader users are only allowed to submit the data formats, XML and XDP for LiveCycle forms, and HTML, XFDF and FDF for Acroforms.
    A #2: You can also bypass client-side email software such as OUTLOOK, if you set the submit button action to a URL of a server-side script, such as PHP or ASP.Net. The script could generate an SMTP message, and attach the submission without the use of client-side email software. By using a server-side script, the PDF submission process is almost fool proof.
    View online examples for emailing PDF form submissions with a server-side script:
    http://www.pdfemail.net/examples/

  • Customized Workspace Cannot open PDF forms anymore

    Hello,
    I have customizaed my workspace with Flex Builder 3, Flex SDK 2 Hotfix 3. In previous months, everything is ok, and my workspace with IE 7.0 can open PDF forms inside processes. However, I do not know what is changed, my previous customized workspaces and new customized workspace can not open PDFs inside IE, but works on Mozilla Firefox. I have also tested workspace source without changing anything and deploying my server. However it still can not open PDFs, blank part is shown inside the PDF frame.
    It gives an javascript error, 'undefined' is null or not an object is given
    Line: 35
    Character: 2
    Code: 0
    Error Message: 'undefined' is null or not an object
    URL: http://lctk2:8080/WorkspaceTK/pdfContainer.html?Resource_78CC71E9-E28E-54CE-1451-B5E26744 9195&%2Fworkspace-server%2Fdocuments%2F8129227453799326550-310.pdf&application%2Fpdf
    What can be the problem,
    Any prompt answers will be appreciated.
    Asiye

    PDF forms can be created using Acrobat or LiveCycle but the basic structure of the forms created are very different. If the form is created by Acrobat then Adobe Mobile Reader can open the form. If the form is created by LiveCycle then Adobe Mobile Reader cannot open the form  and I suspect there maybe no iOS app that can process the form.
    As noted, you need to use a computer to fill-in the form. You also might want to inform the bank about the issue.

  • Cannot view PDF forms (with Signature) in Workspace Error : "SigDict/Contents illegal data"

    Hello,
    With Jasmin's help, I am able to import a PDF form which is digitally signed >> view it in Workspace >> click Approve/Decline for archiving. Thanks Jasmin !
    When I view the form in workspace, I get a "Atleast one signature is invalid" prompt on the top left corner of the window. Upon clicking the "Signature Panel", it says "The Signature is invalid" with a description of "SigDict/Contents illegal data"
    Once the process is complete, I am unable to open the same form. I get an error message in Adobe Reader (within workspace).
    "Adobe Reader could not open '_7358722841708390983-102[1]' because it is either not a supported file type or because the file has been damaged ( for example, it was sent as an email attachments and wasn't correctly decoded)"
    Any help will be highly appreciated.
    Aditya

    For everyone's reference.
    I figured out the "Signature is Invalid" message.
    This was my fault as I used a Form Augmenter (insert form bridge) to a signed form which broke the PDF.
    After removing that module, I no longer got that message. However, once I approve the form I could no loner view it and I would still get an error.
    "Adobe Reader could not open '_7358722841708390983-102[1]' because it is either not a supported file type or because the file has been damaged ( for example, it was sent as an email attachments and wasn't correctly decoded)"
    Anyone know why ?
    Aditya

Maybe you are looking for