PDF form not submitting after embedding attachments.

Hi,
In my process one user open the PDF forms, fills form and submit it to the next user. All was working fine. I have used Submit as XDP option while designing the pdf form. Later on I needed to attach files. But after attaching files my form is not being submitted. Help.
Abhinav

Which version of Acrobat? Are you using a custom script for the email button, or just the Acrobat action to submit the form? Have you closed and re-opened Outlook and Acrobat to see if that fixes it? Could the submit button have been marked "readonly" on the general tab by mistake?
Regards,
Joe

Similar Messages

  • PDF form not submitting.

    I created a PDF with a submit button at the bottom. The forms works perfect when I use it on my mac. However, when I upload the file to my website using MUSE, I can access it fine online, but the submit feature will not work. I can fill it out with no problems, it just will not submit. What am I missing?

    Got it to work with:
    "this .rawValue="Last Saved: "+dtStamp;"
    "this" being the text box I wanted the date displayed in.
    And to answer my other question about downloading from a web client. the presave event is not triggered so I think this will work great to see what time the form was last saved. Thanks for the help.

  • Cannot open/view/access interactive pdf form on iMac after updating Adobe Reader to 11.0.06.70

    Cannot open/view/access interactive pdf form on iMac after updating Adobe Reader to 11.0.06.70. Please help!

    Here is what it says:
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by visiting http://www.adobe.com/products/acrobat/readstep2.html.
    For more assistance with Adobe Reader visit http://www.adobe.com/support/products/ acrreader.html.

  • Forms not displaying after ATG 7 patch

    Forms not displaying after ATG 7 patch., 11i Linux OS.
    6241631

    Hi;
    AFAIK no, i also cant see this info at below doc
    About Oracle Applications Technology 11i.ATG_PF.H.delta.7 (RUP 7) [ID 783600.1]
    Please check upper note below part and be sure you have all those steps on your issue:
    -Known Issues
    -Instructions for Applying Oracle Applications Technology Update for 11i.ATG_PF.H.delta.7
    -Implementation and User Documentation
    Regard
    Helios

  • Embedded PDF Form Not Appearing in Explorer 8

    I have a Joomla site where I have embedded an interactive PDF form that was created on FormsCentral.
    The embedded form appears using Window 7 and 8 with Internet Explorere 10 and 11 ... but will show on machines running Windox XP with Internet Explorer 7 or 8. It shows if viewed using Firefox and Google Chrome .. but not Internet Explorer.
    Is there a solution to this problem as many of our clients still are using Windows XP ????
    Thanks in advance for any suggestions,
    Ricky Hicks

    Hi, Please refer to this post: http://forums.adobe.com/message/5840414#5840414
    Thanks,
    Josh

  • PDF Form not printing all field/letters properly.

    Hi Everyone,
    I'm hoping someone can help me.
    I recently created a PDF Form to be filled out when setting up an new customer at my job.
    After filling out the form one of my co-workers is experiancing an issue when printing. Anytime he has two or more of the same letters in a field, they do not print.
    (For example)
    [email protected] will print as Je  @aol.com and will just pring our a blank field.
    Just for fun we tried to pring [email protected] and all we got was "        @aol.com".
    This seems to only happen on one pirinter and from my one coleagues computer, no one else.
    Any ideas?
    I did update his Acrobat to the most recent version and restarted the computer but we still have the same issues.
    Thanks.

    If it only acts up with the one printer. Then it’s a Print Driver Issue. Or some strange Printer problems that can be fixed by:
    Quiting the application your using with the printer
    Next Unplug Printer.
    IF wired Printer (SCSI, Serial, Parallel, USB, Thunderbolt) unplug computer that comes from Computer
    Leave everything unpluged for 2 minutes or more.
    Plug Power to Printer back in first
    Next Plug cable from Printer to computer in
    Turn power on to Printer
    Open Application
    Try to print Document.
    If prints okay  your done.
    If it doesn't Print, obtain the latest Print Drive from Manufacturer
    Remove the old driver from computer first.
    quit all apps and restart computer before installing new Driver
    Install New driver.
    Now try to print.
    If prints okay your done. If not there is an issue with Acrobat.
    Yes a Printer can work with 500 of your applications, and utilities, and not work with a particular application. (Usually  a conflict.)
    For example Adobe (Acrobat) has a very rich history of conflict with Print Drivers from HP. At time in the past It seemed like a Contest Adobe had seeing how fast they could change something Acrobat/Reader to conflict with HP Deskjet Printers, as soon as HP fixed an issue Hp would change something with a week or two.
    Another issue can be be font. Perhaps a Font used in the form is not on the computer that is acting up.

  • Making pdf form non-editable after submission

    I created a form for users to fill in and submit by a "Submit by Email" button. The form is being send back as a pdf form in an attachment in an email. After we receive it back and have reviewed it and possibly making changes, we need to save it so the form fields are not able to be changed. How can this simply be done?
    Thanks,
    Chad

    FWIW, if your form does not have to be dynamic (grow, shrink, add fields on the fly), it is often better to create it in Acrobat. It's generally easier to create, easier to program, and will have much fewer backwards compatibility issues. There are a lot of things, such as flattenPages, that are available with Acrobat forms that are not available with XFA forms.
    George

  • PDF form that submits a non-fillable PDF?

    Hello,
    Can you tell me how to create a PDF form that, when completed and submitted, emails (or stores) a PDF of the completed form that is not itself a form, but simply a PDF document?
    Thank you.

    Is it possible to create a link within a pdf-document, that opens
    another pdf-file on a certain page?
    Yes, use the link tool.

  • PDF form not editable

    Hi,
    I have created a form with an input element and bound the same to a context attribute. I have embedded the Interactive form in my view and set it to enabled.
    When I run the WebDynPro application, the PDF gets displayed, but I am not able to enter any data/edit into the input field of the PDF form. I am not able to click on the submit button that I have in the form.
    I have Active Component Framework and Adobe Lifecycle Designer installed in my system. Can you help me out?
    regards,
    Praveen Kumar

    Hi,
      Please add the following code in the WDdoModifyView method to make the form editable.
    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(‘INTERACTIVE_FORM_1’).
    LR_METHOD_HANDLER ?= LR_INTERACTIVE_FORM->_METHOD_HANDLER.
    LR_METHOD_HANDLER->SET_LEGACY_EDITING_ENABLED( abap_true ).
    This makes the  form interactive in case you are using forms with Function module-based interface.
    Regards,
    Sharadha

  • PDF form not working in Reader 7.0.5

    Hello!
    We had created PDF form with Adobe Designer to work with Acrobat Reader 7. It contains a submit button to send XML with results via e-mail.
    This form works fine with Reader 7.0.0., but not with version 7.0.5. - in the latter version the submit button doesn't work.
    Any clues?
    Thanks,
    Bostjan

    Hello!
    We had created PDF form with Adobe Designer to work with Acrobat Reader 7. It contains a submit button to send XML with results via e-mail.
    This form works fine with Reader 7.0.0., but not with version 7.0.5. - in the latter version the submit button doesn't work.
    Any clues?
    Thanks,
    Bostjan

  • Checkmarks in PDF forms not being saved

    Hi,
    I have a PDF form that I have filled out in Preview.  Regardless of whether I "save" the filled in form (Cmd + S) or simply close it, the next time I open it the checkmarks in the fields that just require a click to produce checkmarks are missing.  This has not always been a problem.  I can restore a version in which the checkmarks are present, but when I close the restored document then reopen it, the checkmarks are missing.  What this means is, at some point in the past, the checkmarks were saved, but now they're no longer being saved.
    This is extremely frustrating, as it has been a problem off and on with Preview in Lion.  Does anybody have a fix for this?  No, printing to PDF is not an option, as then the form can no longer be filled in comfortably.
    Regards,
    Richard

    Hi DeanMachine,
    Time for http://www.apple.com/feedback/ichat.html I
    think.
    Ralph
    Ralph,
    Thanks for that suggestion. I did leave them feedback, describing this problem. Perhaps it is something that will be addressed in a future update.

  • Convert Word 2007 Form to PDF Form not creating dropdown list fields

    I created a new word document with all my text fields with lines and 5 dropdown list fields with all their values.  Works great in Word 2007.  When I convert it to a pdf form (Acrobat Pro X) none of the dropdown list fields get created.  The text fields do, but no drop downs.  If I have to create them all manually in Acrobat, what's the point of doing all the work in Word?

    The Word conversion to PDF and Forms Wizard do not detect and do not know how to complete a drop down box. I do not even create the form fields in Word as there is no transfer to the PDF. I also find the Wizard lacking in proper naming and grouping. It is just easier and more efficient to add the fields manually or with JavaScript tools.
    The only product that can do this is apache OpenOffice when an author creates the from body and form fields in the Writer application and then exports to a PDF.

  • FORM NOT RESPONDING AFTER UPGRADING TO ORACLE 10GR2 DATABASE

    Hi All
    We are upgrading from Oracle 9i (single AIX Server) to Oracle 10gR2 on HACMP of 2 AIX 5.3 Server.
    Our application is in Forms 9.0.4 deployed into iAS 10.1.2.0.2.
    There is a custom Login Form that checks for UserID and Password and validate
    to Authentication Table.
    This form works fine in Oracle 9i but doesn't work in Oracle 10g (After
    Upgrading).
    On the Login Form, this happen :
    After user enter UserID the forms query the DB and display UserName succesfully,
    but after enter Password and press OK, it does not responding,
    takes forever to complete..
    Additional information :
    Before :          After :
    Oracle 9i          Oracle 10gR2
    SIngle AIX Server     Two AIX Server in HACMP
    Charset : AL16UTF16     WE8ISO....
    Given the information above, What could possibly cause this problem ?
    Thank you for your help,
    xtanto.

    xtanto,
    not sure what causes the problem, but my suggestion is to check the password query.
    To give you another hint: Your way of authenticating users is not hack safe. As you describe that providing a user ID will show the name first before I have to provide the password, it allows me to fish for valid user accounts. The recommended way of using login screens is to have the user enetring userid and password in teh same screen and use both information to authenticate the user in a single query.
    Frank

  • Oracle forms not opening after FNDCPASS & adconfig in 11i

    i changed password of user SYSADMIN
    FNDCPASS apps/apps 0 Y system/manager USER SYSADMIN WELCOME
    and then run adconfig
    . adconfig.sh contextfile=/d02/oracle/proddb/9.2.0/appsutil/PROD_erpx.xml appspass=apps
    . adconfig.sh contextfile=/d01/oracle/prodappl/admin/PROD_erpx.xml appspass=apps
    after this oracle forms not opening. adconfig ran successfully for db tier and apps tier .
    please help me where the problem occcurrred.

    bounce the application and check again
    How To Change The Password For The SYSADMIN User [ID 423274.1]
    for fndcpass plz see old thread
    how to use FNDCPASS utility
    Regards
    Haafiz

  • Forms not submitting from iPads

    Been using forms for almost 12 months but since the 18th June the forms are no longer submitting.  As this has to do with student assessment we are a little pushed for a solution
    iOS 6
    Safari
    this happens on site and off site with various versions of safari

    It's is over our wireless network, we have set the iPads to use Private Browsing last year after we had an issue with form data being cashed on the iPads, off site on my own iPad on a home network I had the same problem.  This has worked for almost 12 months now, on the 18th this month we started to see a delay in forms submitting, staff were hitting the submit button several times and I notices multiple submissions across all 4 forms we use, then on the 20th the forms stopped submitting. We have gone back to using normal browsing and will just clear down any cashe regularly.
    IPads are all running iOS 6
    I have tried creating a new form from the form templates, no customisation and the same happend I was unable to submit.
    I have tested this on Chrome on the same iPads, and used the incognito browsing, and had no problem at all, form submitted fine, so I don't think it is the forms
    Https://adobeformscentral.com/?f=3w5WqesvlAGtat%2A8gdcZdg

Maybe you are looking for