Interactive Forms within an Acrobat Portfolio--- why not??

Hi,
I have a student asking why she isn't able to save a group of interactive forms within an Acrobat Portfolio, and have the Tracker recognize the responses to the form. Sounds as if this shouldn't be a problem. But...
I've tried it myself, and it appears that when working from within a Portfolio, I have no access to the "Distribute Form" command. Is this correct or is it a bug?
If I skip the Distribute Form option and instead upload the Portfolio to Acrobat.com, I *am* able to fill out the form and hit "submit". It *does* submit a reply to my email address, in the typical .fdf format. When I go to my email address I can download the .fdf file to my local machine, but after that the system seems to break down.
TheTracker has no clue that any response has occurred.And when I try to "compile returned forms", the .fdf  files are not recognized: I cannot import the response.
Is it because there was no "Distribute Form", that the Tracker doesn't recognize responses?
It would seem like the most useful thing to be able to send a variety of forms to new employees in the Portfolio format. Can it be done? And how?
Thanks! I hope someone can help, or at least clarify. The student will be back tomorrow and I'd love to have a reply for her.

Hi "critter_monster" It is by design that the distribute options is not available for files that are in a Portfolio. You can only distribute forms that are not attached to a portfolio. Since tracker only tracks forms distributed the the distribution workflow, it is expected that it would not recognize the .fdf from the submit button.
Adobe does have a "wish list" form that you can submit feature requests through. You can always submit a request for that functionality. The form is here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&promoid=EWQQL

Similar Messages

  • Call a web service in an interactive form within SAP

    hi experts
    I need to call a Web service into an interactive form within SAP, but to do so fails to press on the button that calls the Web service, the strange thing is that if I keep the PDF in my PC, then open that PDF download button works correctly if I am doing something wrong?, you can do what I need?.
    Greetings.

    Hi asdasdasdasd1,
    not sure if I fully understand your problem but it sounds like you are trying to execute your Web Service in the preview tab of LiveCycle Designer. When you do this, features of the Reader Extension Rights are not available so you will have to generate the form via the ADS and test the WS on the generated rendition as you have done.
    Let me now if this helps.
    Regards,
    Ben.

  • How to find and replace data in form fields in acrobat xi, its not allowing to do so while trying, a

    how to find and replace data in form fields in acrobat xi, its not allowing to do so while trying, asking for adobe livecycle to get installed. please help.

    Easiest way to do it is the following:
    - Open the PDF file in Acrobat.
    - Go to Tools - Forms - More Form Options - Export Data.
    - Save the form data as an XML file somewhere on your system.
    - Open XML the file in a plain-text editor (I recommend Notepad++).
    - Let's say you want to replace all the years in the dates from "2013" to "2014". Do a global Search&Replace of "2013-" to "2014-" (I added the dash just to make sure that only date fields are edited).
    - Save the XML file (maybe under a new name).
    - Go back to the PDF file, and now go to Tools - Forms - More Form Options - Import Data.
    - Select the edited XML file and import it.
    - Done!

  • How to call Interactive form within Workflow ?

    Hi,
    I have created a interactive form within WebDynpro for ABAP which triggers a workflow for approval. Now I would like to open the same interactive form by the approver and approve the request.
    Any input for calling interactive form from Workflow would be helpful.
    Regards
    Ravikumar

    u need to create the events step by step in the workflow.
    first event would be the condition which should be checked so that it gets triggered when the condition is satisfied.
    second would be the the triggering in which u will get this triggered. u need to create a class in which the adobe form's code will be present like the FM it generates etc.in this class u will to write some methods for eg: if u create method say send_mail in this class u will code all the logic for sending the adobe form as a mail and u assign this in the workflow. So now, in the workflow all the methods that u assign will get triggered.

  • Interactive form within WebDynpro not ready for input

    Hi,
    After building a simple interactive form with the form builder, I want to fill in the fields in the adobe form. The form is included in a ABAP web dynpro application as Interactive form and the enabled property is checked. But the form fields are still read only and not ready for input.
    The interactive form uses ZCI layout and an ABAP dictionary based interface. The menu item include scripting was hit and I can not fill in the fields. Instead I only see read only fields. When previewing the form in the forms designer, the fields are open.
    Please assist.
    Regards
    Ravikumar

    hi Ravikumar,
    The following code fragment shows how this input readiness can be set up:
    method WDDOMODIFYVIEW.
    data: LR_INTERACTIVE_FORM type ref to CL_WD_INTERACTIVE_FORM,
    LR_METHOD_HANDLER type ref to IF_WD_IACTIVE_FORM_METHOD_HNDL.
    check first_time = abap_true.
    LR_INTERACTIVE_FORM ?= VIEW->GET_ELEMENT(u2018INTERACTIVE_FORM_1u2019).
    LR_METHOD_HANDLER ?= LR_INTERACTIVE_FORM->_METHOD_HANDLER.
    LR_METHOD_HANDLER->SET_LEGACY_EDITING_ENABLED( abap_true ).
    endmethod.
    Hope this helps.

  • Do I need ACF on each client machine to enable Interactive forms within WDJ

    hello All,
    I want to integrate the Interactive Forms in some of my Web Dynpro JAVA Applications, which in turn will be run inside a Portal.
    Wanted to know if installing the ACF on each client machine is a pre-requisite to view the PDFs directly inside the EP screen.
    The EP version is 7.00 SP18. We do have the ADS configured in one of the server.
    I know ACF was required on each client machine for EP 6.0, not sure about the 7.0 version though.
    Where can I see the pre-requisites for using ADF forms within WDJ?
    Any pointer is greatly appreciated.
    Thanks

    Sandip,
    Do refer [this|http://help.sap.com/saphelp_nw70/helpdata/EN/2c/241a427ff6db2ce10000000a1550b0/frameset.htm] link. It has the information you need. Short text from the same link
    "Interactive forms in the ISR framework are part of ZCI. They can be used as of SAP NetWeaver SPS 10 at runtime in Web Dynpro for ABAP based on Zero Client Installation (ZCI). To enable this, the forms must contain special scripting, which you insert when you create new forms in Form Builder.
    Until now, you needed to install Active Component Framework (ACF) on the front-end PC to use interactive forms. As of SAP NetWeaver 7.0 SPS10, ZCI enables you to use interactive forms in Adobe Reader without any additional plug-ins. ACF is therefore no longer required for interactive forms."
    So you can conclude that you wouldnt need the ACF plugin on each client PC.
    Thanks,
    GLM

  • Adobe interactive form(ABAP WD)size is increasing & not opening from EP UWL

    Hello All,
    Adobe interactive form (ABAP WD) size is increasing after cleansing data from MDM and the form is not opening from portal UWL.
    Same application is working fine in Dev and Qa environment. In dev and QA the form size is around 150 KB after cleansing data from MDM. Some reason in production it is more than 2 MB. FYI - We have multiple app servers in production.
    /Padmanaban

    Hi Babi,
    In the adobe form layout library Use the Submit(which internally means submit to SAP) button from the Webdynpro Native category.
    Only this button action can connect adobe to web dynpro.
    Whenever we click on this particular button the event will be trigger in the ONsubmit event of interactive form UI element in the webdynpro.There we can write our abap code.Hope this will help you.
    Regards,
    Simi A  M
    Edited by: amsimi on Mar 22, 2011 11:37 AM

  • Interactive Form within Web Dynpro ABAP

    Hi,
    I've an Adobe interactive form element within Web Dynpro ABAP view. I've more than one WebDynproActiveX buttons within the Interactive form (like Submit, Cancel, Clear).
    How can I differentiate the user selection within Webdynpro  ? Whether the user selected Submit or Cancel or Clear ? Can we associate any function code for each button ?
    Thanks
    Ravikumar

    Hi Ravi,
    You can take a context attribute lets say "STATUS"(string) in your form context.  For your buttons in the form, in click event set the value. like
    STATUS.rawValue = "1";      (eg Submit)
    STATUS.rawValue = "2";      (eg Cancel)
    And in your submit event read this context attribute and you can use CASE like when 1 , when 2 etc and you can execute your code accordingly.
    it should solve your problem.
    With Regards,
    Ravi.D

  • Interactive Form - button SubmitToSap - OnSubmit event is not triggered

    Please help to resolve triggering OnSubmit event problem.
    I created a test Webdynpro with UI element InteractiveForm.
    The InteractiveForm properties are:
    - displayType = native
    - enabled is checked.
    OnSubmit event  a method is called. The method contains very simple code so I could debug and see if the event is triggered.
    The form was created in SFP with  Layout type = Native.
    The form properies are:
    Default Lang = Javascript.
    Default run =  at client
    Preserve scripting changes to form when saved = Manually
    I have inserted Webdynpro script thru SAP Utilities menu.
    The form has SubmitToSap button and Textfield.
    So now i am trying to debug WDA.
    At runtime WDA opens Adobe form.
    If I enter data into Textfield and then click SubmitToSap button  -  OnSubmit event is triggered. I am happy.
    Then I run WDA again. This time I click  SubmitToSap button  right away without entering data into Textfield. OnSubmit event is NOT triggered this time.
    Is something wrong with my form properties?
    Thank you very much,
    Tatyana.

    Manas, you are right.
    OnSubmit event was not triggered unless U enter value into Textfield because the Textfield property was "Requiered".
    Also just for clarification the form Layout type  is ZCI Layout (not Native like I said above).
    Thank you!

  • Interactive form works in Reader 7 but not in Pro 7 or Standard 7

    I have created and interactive pdf form to send to users. Everyone can open and fill in the form. But people who have Acrobat Pro 7 and Acrobat Standard 7, can fill in the form, but not all the data is saved.
    Any thoughts on what is causing this and how to fix?
    Thanks,
    mdawn

    The binding determines whether the data in the field should be written to the data dom or not. A value of Normal indicates that you want the dta written to the dom and it will follow the hierarchy set in the hierarchy view of Designer. If you set it to None that indicates that you do not want the data written to the dom. You can bind the field to other inbound streams but that is another topic.
    The Data Dom is what is used to store all of the data in the form. It is what is used to make the data structure of the data file that is saved or submitted.
    Does that help?
    Paul

  • Form created in Acrobat Pro 9 not able to open in Reader 8? Help!

    I created a form in Acrobat Pro, version 9 and enabled the extended features so that the user in reader is able to save the document after filling it out. The only problem is that it seems that the document can only be opened in Acrobat Reader X because when opened up in earlier versions of Reader, it asks to be upgraded in order to fill in the form. Is there any way of "saving down" the file so that people can view and fill out the form who are using Reader 7 or 8 or 9?
    Thank you in advance.

    Thank you for your reply Torben. When I export the pdf after adjusting the settings in pdf optimizer, I have "discard form fields" unclicked, but it still flattens the form fields and so that was the reason I did not save down and make compatible with version 7 or later.
    Any other suggestions? There must be a way to make it compatible while keeping the form fields.?
    Thanks in advance!

  • Form created in Acrobat Pro 8 not editable in Acrobat Pro XI

    I created several forms in Acrobat Pro 8, using LiveCycle Designer. I upgraded to Acrobat XI a few days ago when I learned it was unstable under Windows 7. I am now finding I cannot edit my existing forms in Acrobat Pro XI because it doesn't include LiveCycle Designer. This has apparently been moved into a separate product that will cost me another $300. Moreover, I can't seem to save my existing forms at Word documents to re-import them into Acrobat XI, so I can re-create the forms from scratch. I suppose I could print and scan them, but that will result in a less legible form.
    This loss of functionality and cross-compatibility between versions is disturbing. I feel I have just paid $200 to get less functionality than I had before.
    It also appears that the most expedient method for creating new forms in Acrobat XI is to upload them to FormsCentral. I am reluctant to upload these to a third-party server, and resent being required to do so in order to maintain any functionality.
    Is this an ill-planned marketing strategy to get people to buy another software package (which isn't happening in my case), or is there some work-around I am not seeing here?

    To create a form in Acrobat, you first create a PDF that you will be adding form fields to. Normally yo'd create the source document in a program like InDesign or Word, convert to PDF, and place the form fields where they need to go. Acrobat includes a Form Wizard that can attempt to add fields where it thinks they should go, but I rarely use it, preverring to add the fields manually. To do this, select: Tools > Forms > Edit
    and you'll be switched to form editing mode. At the top you'll see the various form field tools that you can use to add fields to the document. This type of form is known as an Acroform, as opposed to an XFA form (static or dynamic) that LiveCycle Designer creates.
    Acrobat 11 comes with the FormCentral form creation application that allows yo to create forms that can be used with the FormsCentral service. It allows you to export a form to PDF, which can be further edited in Acrobat. FormsCentral can also work with a PDF form (Acroform) that you create entirely in Acrobat.
    I think an Acroform is the more versatile type of the three mentioned since they have the widest support in the PDF viewers that are out there, but which you choose depends on your needs. Each have their advantages.

  • Adobe acrobat x pro - interactive forms allow reader to save

    Hi there,
    I have created interactive forms using adobe acrobat x pro and I need to save these forms on a shared drive and allow 100 odd users to be able to edit and save the information using adobe reader.
    Can anyone help me?
    How do I allow a user using reader to save a filled in copy of the document?

    Thanks

  • Interactive forms not rendering in GP 7.0

    Hello everyone,
    I am trying to use interactive forms in GP 7.0, I have followed the help tutorials but the interactive form is just not rendering at runtime. I am able to use successfully other callable objects but the interactive form object always states " next activity not yet started".
    I have checked on all server side configurations in Visual Admin, have given my j2ee server and mail server hostnames wherever necessary but still no success.
    Moreover I am unable to set "Synchronise System Landscape" parameters in Web Services Client - Visual Admin.
    Please provide me with suggestions on this.
    Thanks,
    Lisha

    Hi Yasar,
    I am able to successfully do the standalone interactive form scenario where a form initiates a GP process, but I am unable to do the GP scenario where form is a part of the process.
    My scenario :
    form 1 is a standalone form that triggers a GP process and sends to it some  parameters. The triggered GP process has 2 actions, first action has a webdynpro callable object that retrieves the data from form 1 and second action has an interactive form callable object that will receive data from the WD callable object and send mail/display form.
    At runtime, the form1 triggers GP process, and i can see data in the WD action, but the next action that has interactive form is not executed, neither the form is displayed, nor is it emailed. Moreover its also giving a message that action 2 has been completed!
    I believe i have done all parameter and role mappings, also have updated caf/eu/gp/model service with correct parameters. Also I have a single user as default user for all the roles, and i have set this user's mail id as well.
    Please help if you can..
    Thanks
    Lisha

  • Interactive form is not showing data during design time

    Hello,
    I have created a interactive form to display PDF. It is of 12 page. I created and checked in the code to DTR but now when I checked out the DC and and edited the interactive form for further update it is not showing any thing in the design time,showing only one blank page. However if I build and run that checked out project it is showing the proper data at runtime, so now i am unable to update the pdf.
    Please help and let me know what to do.

    Hi Timo,
    Sorry for the late response and not specifying more in detail.
    My Jdeveloper version is 11.1.1.6 R1.  When I ran for the first time, it was working fine. Then later on, when I was running it was opening completely blank screen.
    I thought it is something to do with the permission to the task flow. I have opened web.xml and jazn-data.xml file to check and closed without tweaking these files.
    Now, I was not able to open the page in the designer also. It was just showing hierarchy of all the components.
    I copied the backup again and it worked. What could be the reason so that I can avoid doing this in future?
    Is this related to Jdeveloper bug as I have seen on other forums highlighting this issue.

Maybe you are looking for

  • Consingment process for Brazil using item category K

    Colleagues, I found in SAP Help this document describing the use of item category K for Brazil environment. This document shows the use of the item category together the brazilian movement 821, tax codes K5/K6 and notas fiscais. http://help.sap.com/b

  • Damaged AIR Package problem: Please help

    Hello there, i have huge troubles by trying to bring my non application air project to run. tryed it with dreamweaver extension, aptana studio and command line. it always compiles fine, but when i try to install it, it shows me following message: Sor

  • My computer keeps ejecting my disks. What's wrong?

    I bought a new computer game and when I put the disk in, it makes the sounds as if its loading the disk, however, nothing happens and it just ejects the disk. I had a disk in last night and it worked just fine. Usually if this happens, it fixes itsel

  • My Malwarebytes anti-malware program keeps finding the following: FIREFOX_TSV4ADNAF.exe - do you know what is it?

    When I run the scanner in Malwarebytes anti-malware program it keeps finding the following: FIREFOX_TSV4ADNAF.exe Do you know if it is a part of the Firefox that I am using as a web browser or it is a real malware?

  • Deactivate all alarms from Calendar?

    Hi, I synchronize my new iPhone with my MacBook Pro without problem. And I work with my iPhone near my laptop. So now there is something that's not convenient: I get all alarms twice: from iCal + Calendars Is there a way to deactivate all alarms from