Acrobat-9/ColdFusion web form is intermittently(!) un-fillable

I have converted a straightforward Microsoft Word document to a PDF form using Adobe Acrobat 9 Pro (evaluation copy), then created Cold Fusion code which (using <cfpdfform> tag) is populated from a database and presented on the user's web-page for input ... which is subsequently submitted to the web-server and used to update the database.  All very clean and straightforward.  Reader extened-features were duly enabled when the form was saved.  The entire process was quick and easy, but, there is a wee problem.
On my system, running Acrobat-9 Pro, the process always works.
But on systems running (note: we all have just the current version of) Acrobat Reader, the following problem happens intermittently:
"This document enabled extended features in Adobe Reader. The document has been changed since it was created and use of extended features is no longer available. Please contact he author of the original version of this document."
When it happens, this message pops up and the form is non-editable.
Hit the reload key (or do anything else) and ... after a few attempts ... suddenly the form can be edited.  Furthermore, computers running identical versions of Acrobat Reader exhibit this problem more, or less, frequently.  So it looks to me to be some kind of a timing issue.
The problem does not appear to be related to the data that's being displayed:  all of us who are exploring this problem are always retrieving exactly the same record.  But we're not "pounding the server" by any means.  It isn't a conflict problem or anything like that.
I have tried various things.  For instance, just to make sure that nothing's getting 'modified,' I set the security-permissions on the file to guarantee that ... no, indeed, nothing's changing.
To my great good-fortune, this morning's bigwig demo went quite well:  the problem never appeared even once "on the one computer that counted most," at least not during the demo.  (When I tiptoed over to it "just to check," the problem did appear, once.)
Any ideas?

I am having the exact same issue.  Were you able to find a resolution?

Similar Messages

  • Why will my web form submit but my fillable form not submit with the same data in both?

    i have developed a form in formscentral. When I trest it as a web form, it submits all the data to my attached fromscentral response form. I copy and paste the same data into tjhe fillable pdf form I generate from the distribute forms option with a submit buttion, and the form will not submit. It gives an "unable to connect to server" error.
    When I try an empty form. it will submit. When I delete data from text fields. I will eventually reach a pint where the form will submit.
    Is there a file size limit on the fillable pdf for submission to the formscentral response form?

    Hi Mark,
    Sorry for not being clear.
    There is a system limit of 10000 characters in a multiline text field. Say you designed a form where a multiline text field has a limit of 20 characters. The following text will submit without error in the HTML form but will fail in the PDF form:
    1234567890
    123456789
    In the HTML form there is a total of 20 characters in the field value, 19 digits and a linefeed character representing the newline. In the PDF form there is a total of 21 characters in the field value, 19 digits, a carriage return, and a linefeed.
    Regards,
    Brian

  • How do you construct a web form using coldfusion??

    How do you construct a web form using coldfusion?? any
    examples?
    thanks in adv.

    A sample Form:
    <cfform action="CCARProc.cfm"
    enctype="multipart/form-data" method="post" name="CCAR"
    onsubmit="return verify()">
    <table width="730" border="0" cellpadding="2"
    cellspacing="1" align="center" class="unnamed1">
    <!--DWLayoutTable-->
    <tr valign="top">
    <td colspan="3" bgcolor="#F2F2F2">Name Of
    Requester(<font color="red">*</font>)</td>
    <td width="402" bgcolor="#F2F2F2"><cfinput
    type="text" name="Requestor_Name" size="15" value="#REQNAME#"
    maxlength="25" >
     MTABT Email(<font
    color="red">*</font>) 
    <cfinput name="Req_Email" type="text" size="8"
    maxlength="20" value="#ReqEmail#"
    >@mtabt.org</td></tr>
    <tr>
    <td colspan="3">Requester Telephone #(<font
    color="red">*</font>) </td>
    <td><cfinput type="text" VALUE="#REQPHONE#"
    name="RPhone" size="12" maxlength="12" message="Requester Phone
    cannot be blank / Invalid Entry!" required="yes"
    validate="telephone"> [e.g. xxx xxx xxxx or
    xxx-xxx-xxxx]</td>
    </tr>
    <tr>
    <td colspan="3" bgcolor="#F2F2F2">Facility(<font
    color="red">*</font>)</td>
    <td bgcolor="#F2F2F2">
    <cfselect name="Facil">
    <option value="2B">2B </option>
    <option value="BBT">BBT </option>
    <option value="BW">BW </option>
    <option value="CB">CB </option>
    <option value="HH">HH </option>
    <option value="MP">MP </option>
    <option value="QMT">QMT </option>
    <option value="RI">RI </option>
    <option value="TM">TM </option>
    <option value="TB">TB </option>
    <option value="TN">TN </option>
    <option value="VN">VN </option>
    </cfselect>
    </td>
    </tr>
    <tr>
    <td colspan="3">Department(<font
    color="red">*</font>)</td>
    <td><cfselect name="Dept">
    <option value="Contracts">Contracts </option>
    <option value="Engineering">Engineering
    </option>
    <option value="Executive Office">Executive
    Office</option>
    <option value="Finance">Finance </option>
    <option value="General Counsel">General Counsel
    </option>
    <option value="HS">HS </option>
    <option value="HR">HR </option>
    <option value="ISD">ISD</option>
    <option value="Legal">Legal </option>
    <option value="Labor Relations">Labor Relations
    </option>
    <option value="Operations">Operations </option>
    <option value="Payroll">Payroll </option>
    <option value="Planning & Budget">Planning &
    Budget </option>
    <option value="Procurement & Mtrl">Procurement
    & Mtrl </option>
    <option value="Purchasing">Purchasing </option>
    <option value="Revenue Management">Revenue Management
    </option>
    <option value="Staff Services">Staff Services
    </option>
    <option value="SD">SD</option>
    <option value="Technology">Technology</option>
    </cfselect></td>
    </tr>
    <tr>
    <td colspan="3" bgcolor="#F2F2F2">Division(<font
    color="red">*</font>)</td>
    <td bgcolor="#F2F2F2"><cfinput name="Div"
    type="text" size="20" maxlength="25" VALUE=""></td>
    </tr>
    <tr valign="top">
    <td height="27" colspan="3" >Justification(<font
    color="red">*</font>)</td>
    <td bgcolor=""><textarea name="Justi" cols="50"
    rows="3" wrap="VIRTUAL" ></textarea> </td>
    </tr>
    <tr>
    <td colspan="3" bgcolor="#F2F2F2">VP Approval
    By (<font color="red">*</font>)</td>
    <td bgcolor="#F2F2F2"><cfinput name="VPAppFName"
    type="text" size="20" maxlength="25" VALUE="#VPFName#">
         MTABT
    Email(<font color="red">*</font>) 
    <cfinput name="VPE" type="text" size="8" maxlength="20"
    value="#VPEmail#" >@mtabt.org</td>
    </tr>
    <tr>
    <td colspan="3" valign="top"
    bgcolor="#F2F2F2"></td>
    <td colspan="2" rowspan="2" valign="top"
    bgcolor="#F2F2F2"><div align="left">
    <input name="Submit" type="submit" value="SubmitTheForm"
    class="button"
    style="font-size='10pt';color='#663399';font-face='Arial,
    Helvetica, sans-serif';" >
    <input name="Reset" type="reset" value="ReSetTheForm"
    class="button"
    style="font-size='10pt';color='#663399';font-face='Arial,
    Helvetica, sans-serif';">
    </div></td>
    <td width="90" valign="top"
    bgcolor="#F2F2F2"></td>
    </tr>
    </table>
    <div align="right"><span class="style4">Revised(
    01.28.05 )</span>
    <input name="submitDate" type="hidden"
    value="<cfoutput>#DateFormat(Now(),'mm/dd/yy')#</cfoutput>">
    </div>
    </cfform>

  • I have imported a PDF form (created in adobe acrobat XI pro) into FormsCentral.  I now want to convert this document into a web form so I can embed it into my website.  HOW DO I DO THIS?

    I took a word document I had created and added fields to it in Adobe Acrobat XI Pro.  I then imported the PDF in Forms Central and now I am stuck.  All I am able to do with it in FormsCentral is add a submit button.  It will not allow me to edit the document in FormsCentral.  What I ultimately need to do is get this converted to a web form so that I can embed it into our company website.  Additionally, once it's converted, I need to add an option for the user to attach their resume with the file before submitting.  I have looked all over the web and I cannot find an answer as to whether or not I can convert PDFs to web forms in FormsCentral.  This will ultimately determine whether or not the company decides to purchase these programs after the trial version has ended in a few days.

    I tried that first, but FormsCentral does not have the capability to create tables.  The form I need to create is more advanced than what FormsCentral allows.  Do you know if there is a way to create or somehow import a table when creating a web based form on FormsCentral?

  • I opened Adobe Acrobate XI Standard to create a form.  I then selected From Template, which took me to Adobe FormsCentral Online.  However, I think the form is an HTML web form.  All I wanted was a regular PDF form that I could email my co-workers for an

    I opened Adobe Acrobate XI Standard to create a form.  I then selected From Template, which took me to Adobe FormsCentral Online.  However, I think the form is an HTML web form.  All I wanted was a regular PDF form that I could email my co-workers for an internal project we're colletively working on.  Now I see that FormsCentral is going away and I can't get my doc to save as a PDF without an upgrade?  Help

    You should be able to log into the online Formscentral Acrobat XI air app and see your doc there. From there you would need to save it out as a PDF without a submit button to have it continue to work past July. If you don't see your online form(s) please let me know the adobeID you use to log into the service as well as the form name that is missing and I will look into it for you.
    Andrew

  • Hi, I have Adobe Acrobat Professional. And I'd like to create web forms through Adobe for my site. Do I have to subscribe? or is it included in my Acrobat Professional Software?

    Hi, I have Adobe Acrobat Professional. And I'd like to create web forms through Adobe for my site. Do I have to subscribe? or is it included in my Acrobat Professional Software?

    Hi there ferchandler,
    You can most definitely create and distribute forms using your Acrobat Pro software. Here's a link to the Acrobat Help, which has some good info to get you started: Acrobat Help | PDF forms basics
    And, there is a forum dedicated to forms as well: PDF Forms
    Please let us know if you have additional questions.
    Best,
    Sara

  • Passing a parameter list from a web form to a report

    I am using FORMS6 and REPORTS6, with OAS 4.07 on NT4 (SP3).
    In client server mode all works well - i am able to pass parameter lists from my calling form to the relevant reports and view them (using RUN_PRODUCT).
    However, when i try and do the same by deploying the web Form I come up against several obstacles.
    1. How do you pass a parameter list over without using "Paramform=Yes" - a waste of time seeing a html version of the reports parameter form when all the necessary parameters have been selected in the form.
    2. if i use web.show_document, with paramform=no, the report runs but with it's default settings.
    Any light you can shed would be greatly appreciated.

    Hi Tony ,
    Launcher form is just a simple form(Non database form) which will be having all fields that is required for the report and button to run the report .
    When button pressed trigger
    Pass all the parameters which are required using Run_product tool & Call the report by Web.Show_document
    Best way to see the report is in .pdf format in adobe acrobat reader
    I hope it will help you
    Bye
    Rao guduru

  • Add logic to Submit button in web form

    We have created a form from scratch in FormsCentral. It has a fair bit of logic associated with questions in the application form.
    Some of the logic leads to the end result that an applicant should not be able to submit the form.
    The issue is, that as a web form - no matter how much logic we put up front to determine whether the applicant should continue flling out the form OR whether they can or cannot submit a form - the only option to get them out of the form (apart from Warning text "you cannot complete this submission online, please contact our call centre'.. sort of thing OR hoping that they press back on their browser OR click on another page in the website) is the appearance of the action buttons BACK and SUBMIT buttons.
    This results in a partially filled out response appearing in the response table and/or the email notification etc.. causing extra work for receiver - as they need to ensure teh applicant is aware that the form submission does not constitue a successful submission.
    Any options for us here in FormsCentral? (can we apply logic to the Submit button to Not Submit?)
    (or is it only something that can be solved through scripting logic into buttons on an Acrobat form?)
    Look forward to your response.

    In a web form it is not possible as you found with skip logic, and there isn't a way I can think to accomplish that.
    In PDF you could edit the script on the submit button - very carefully so as not to break submit when the form has been filled out correctly, and test it well after editing.  Here is some information on editing a FormsCentral PDF:  http://forums.adobe.com/docs/DOC-3661
    Thanks,
    Josh

  • Are Live Web Forms part of Adobe Creative Suite?

    I work for a small business and we're looking to use a lot of Adobe's products through the Creative Suite. One thing I need to know before ordering, though, is if the suite allows for use of Live Web forms and response collection. I'm not sure if this is something that has to be paid for separately - although I do see Acrobat Pro is included in the suite. These forms would be used in email marketing. Is there an extra fee or is it all in one?? Thanks.

    Illustrator is not working as it should...
    I want them to compare the original size and date of creation with what I have installed on my computer... I have installed several times with my original CD and I tried once downloading the files from the adobe site (using my own license). I suspect the files has been modified or renamed on my laptop by an external unauthorized user causing the malfunction of the application. 
    Customer services does not support CS3 anymore and the updates / patches in the adobe site does not solve the problem... They redirect me to the forums for support...
    Presently, my problem is that after creating a swatch and drag it to the swatch panel, it does not fill as it should a new form... Now, after deactivating and activating my license the swatch seems to fill the new form but when the filter that the swatch has is persistence in the next filling object created even though a different color is being used as a fill (X)... Help in the creation of a swatch over the internet just complicate the issue.
    That's why I would like to know whether updates on my product are being received or files are being replaced without my knowledge...
    Thanks...
    PS Do you know how to contact a staff adobe employer on the forums?

  • Pdf form -- Web form?

    I created a pdf fillable form using Acrobat 9 and imported it into FormsCentral.  Everything works fine!  Is it possible now to make the form fillable as a web form?  That would be not just a homerun, but a grand slam for me!

    Hi;
    This isn't something you can do with FormsCentral, the imported PDF allows you to distribute a PDF with a Submit button that collects the data back in FormsCentral for analasys but does not provide a URL or web version of the form.
    Thanks,
    Josh

  • Web form to fillable pdf

    Hello
    I need your help on this trouble : filling a pdf online
    What i want to do :
    - prepare fillable pdf files on acrobat pro (already done)
    - fill the fields on a web form
    - get the filled pdf online
    Is there a way to make that with adobe suite or maybe with another external software ?
    Thanks

    Sofia,
    What you're describing is a server-side programming, where web form data populates PDF template - essentially, generating PDF based on user input.  We've done similar work using PHP and I'm not aware of any canned solution that can do it without custom coding.

  • Filling in PDF forms from web forms

    I have acrobot pro, and can build PDF files. What I don't know how to do is build a web form that'll fill in PDFs, and then make a copy to the server, or email the pdf to the person who filled in the form.
    What forum is the correct place to ask this question? I don't want to be irritating people by asking in the wrong place.

    This forum is fine, you just may want to provide more details. Acrobat's help has more information on creating forms, as do a number of tutorials at AcrobatUsers.com.
    Submitting the entire PDF either to a web server or sending it by email is easy, but if it has to work with Reader, the form has to be Reader-enabled. You can do this in Acrobat, but there is a 500 form limit on the number of returned forms Iincluding hardcopies) that you can use data from if you distribute the document to more than 500 users. When you post a Reader-enabled document on a publicly accessible web site, you are effectively distributing it to an unlimited number or people.
    An alternative is to set up the form to submit just the form data to a web server or send it via email. There are no licensing restrictions for this. The form data can then be later imported back into a blank form, stored in a database, or the data file archived.
    Much of what you asked about does not involve Acrobat directly, but rather programming of the server to respond to a form submission.

  • Adobe Pro 9 will not open web form

    when I go to aspacific web site and attempt to run a report which pops up as a web form.should be openning in Acrobat.Dream Weaver attempts to open the file.
    What is wrong?

    By "web form" do you mean an html < form> or are you talking about a .pdf that is opening wrong, or some other file type?
    Link to the offender?
    It may also benefit you more posting in either the
    Acrobat Forums: http://www.adobeforums.com/webx/.3bbeda8b/
    or the
    Dreamweaver Forum: http://www.adobe.com/cfusion/webforums/forum/index.cfm?forumid=12
    This is the GoLive Forum.

  • Adobe Acrobat 11 pro includes form central?

    Hi, I am buying adobe acrobat 11pro, and I think it includes form central templates, if I wanna create conditional based form which I think PDF doesnt support, and I dont want to embed the form into website, so what are my options.
    1. I want to create conditional form if I can do that in PDF is really good, like live cycle designer can do.
    2. If I buy adobe acrobat 11 pro then I'll have access to form central ?
    3. If I create a form in form central then is it possible I can see all the response in my inbox rather then seeing them online?

    1-Acrobat XI and FormsCentral cannot create PDF forms with conditional logic. FormsCentral web forms do support conditional logic.
    2-You have access to the free version. If you want additional capabilities you would need to purchase FormsCentral Basic or Plus subscription
    3-FormsCentral supports sending email notifications that include a summary of the data in the email body text.

  • Pdf forms online to input data as opposed to traditional web forms

    hello,
    my level is beginner but i am given a project . well task
    to create a online application system to reduce paper work.
    i have seen some online application ( using pdf) on the web
    and it seems better (looks better than a web form i ussually fill
    out on the web.
    i would like to start on a project that does this PDF forms
    for online.
    how do i start this.
    i have seen one that you can start inputing on the web but
    does not input (store in DB)
    i wish to do this where i can store in a db
    how do i get started on my online application using PDF.

    To do this you will need the Full Acrobat editor. With the
    editor you
    can take a PDF and add form elements to it and direct it's
    action to an
    action page on your site. You then publish the PDF and you
    are in
    business. This is well documented in the Acrobat help.
    susanring wrote:
    > hello,
    > my level is beginner but i am given a project . well
    task
    > to create a online application system to reduce paper
    work.
    >
    > i have seen some online application ( using pdf) on the
    web and it seems
    > better (looks better than a web form i ussually fill out
    on the web.
    >
    > i would like to start on a project that does this PDF
    forms for online.
    >
    > how do i start this.
    >
    > i have seen one that you can start inputing on the web
    but does not input
    > (store in DB)
    > i wish to do this where i can store in a db
    >
    > how do i get started on my online application using PDF.
    >
    >

Maybe you are looking for

  • Form Sends Email from Adobe Pro X but not from Adobe Reader x

    I have windows 7, adobe pro X and adobe reader X, and thunderbird 9.01 email client. I have a PDF form (created in lifecycle 9.0.0.2_) that is complete and is reader extended though adobe pro x. It will send the email correctly in abobe pro x, it ope

  • Need path to paste bookmarks to from my backup

    Lost all bookmarks in V3.6.12. Need path to paste from my back up. Thanks

  • Errors in dataguard

    Hi I am getting a typical error in datagurad. W We have configured physical standby database and we are trying to test failover scenario, its taking tooo much time. Just stays at the last time. No progress.. alter database commit to switchover to pri

  • Invoke Webservice error

    I am having an issue after I setup webservice, I am able to retrive column on the Datstore but when I test it to invoke webservice I am getting following error. I have checked the service, All the methods are available for invoking webservice. Any cl

  • Do I qualify for an upgrade to Photoshop Elements 12 if I have the trial installed?

    hi guys just want to know if i can i upgrade with the lower priced version photoshop elements 12 if i only have the trial version installed .... thanks for ur help