Receive responses to distributed form as non-fillable PDF.

Hello everyone,
I have recently found the form distribution feature in acrobat 9 to be very useful in obtaining new patient information at the doctor's office where I work.  I prepare a template new patient demographic information pdf file, and email the form as I please to obtain patient demographic information.  However, I want to streamline the form management process as much as possible.  Since the forms I will be distributing include signatures, the last thing I want is for received forms to remain editable when a patient has signed off on inputted information for someone in our staff to unintentionally edit or botch in some way.  Is there any way to configure the form I created and will hopefully distribute to be sent back to the distributor (me) as a non-fillable .pdf?
Thanks in advance.

Hi,
You can configure the properties of the signature field to lock the document as part of the signing process. Select the Digital Signature Properties dialog and then select the Signed tab.
Select the Mark as read-only radio button and leave the drop-down menu set to All fields.
Steve

Similar Messages

  • Saving part of fillable form as non-fillable pdf

    I have created a form in LiveCycle Designer.
    The top part of the form needs to be filled in by one office, and then once the fields are filled in they need to be "locked" for editing and sent on to a third party.
    The third party needs to have the option of filling out the bottom part of the form without being able to modify the top part.
    Is this possible?
    I see in other threads that someone created a 'Lock all Fields' button.  However, I don't know how to write script that would customize the button to lock only certain fields.
    Also, I tested that document; the Lock button does work, but when you save the form and email it, the form fields become unlocked.
    Are there any ideas on how to make this button work so that once the fields are locked, they stay locked?

    Here are some postes that can help you....
    http://forums.adobe.com/message/2134982#2134982
    http://forums.adobe.com/message/2125137#2125137
    the first URL has one samle PDF attached which has "Lock All Fields" button at the bottom. I checked the script and it is prepared to handle each subform individually withe the line of code in 'click' event myScriptObject.LockAllFields(form1); the user is passing entire form in this case but if you pass just the subform name that you wish to lock that will work....incase you need to lock more than one subform you would modify code to following...
    myScriptObject.LockAllFields(sub1);
    myScriptObject.LockAllFields(sub2);
    rest will be automatically taken care....but to open up fields that are locked you need to modify the function LockAllFields() under myScriptObject variable and add new function in the same location gvie it a new name ....like OpenAllFields()....but instead of currentElement.access
    ="readOnly"; you would use currentElement.access ="open"; which will help unlock the fields in that subform.
    then your final script may look like under the "Lock/UnLock Fields" button.
    myScriptObject.LockAllFields(sub1);
    myScriptObject.LockAllFields(sub2);
    myScriptObject.UnLockAllFields(sub3);
    myScriptObject.UnLockAllFields(sub4);
    Hope that helps.
    Good luck,

  • When I try to convert an existing Word intake form into a fillable PDF, I get an unexpected error.

    When I try to convert an existing Word intake form into a fillable PDF, I get an unexpected error message and it will not convert.  I am using Adobe XI Pro.  Any thoughts on why this is occuring.  I would like to avoid creating an entire new form from scratch.  If this doesn't work, I will not be purchasing the full version of the software as none of my Word files seem to be converting.

    I used the document which I downloaded from Adobe called "Convert and existing form into a fillable PDF form with Adobe Acrobat XI". 
    At tope right , Tools pane
    Open the Forms panel, Click Create
    Select Existing Document and click Next
    Choose Word file
    Error: "An unexpected error occurred. PDF Maker was unable to produce the Adobe PDF."
    I have tried several of my forms and none of them work.  There is no word attachment option to show you an example.
    Thanks

  • How do I convert fillable PDF to non-fillable PDF?

    I need to convert fillable pdf to a non fillable pdf.  how do i do that?

    Hi Schulzelaw,
    Open the pdf document in Adobe Acrobat. Click on File > Print > Choose Adobe PDF as printer.
    The document will get flattened and you get a non fillable pdf
    Regards,
    Ajlan Huda

  • Responses from Distributed Forms

    Is there a way to send me an email notification once I receive a submitted response from a distributed form
    using Acrobat?

    Is the form being returned as a pdf or xml?  You can distribute the form, which will set up a pdf portfolio for your returned forms.  When forms are returned via email, you double click on the attachment and it puts into the portfolio.  From the portfolio you can export one or more forms (data) into an excel file.
    To export the whole form, click on File, Export and choose the file type you want.  However, if you just want the form data, I would suggest you distribute the form to create the pdf portfolio for that.

  • Saving a fillable pdf form as a non-fillable pdf form in Acrobat

    Hi all,
    I have created a form from Acrobat Pro 9 and I would like users to be able to fill out the fields, be able to edit, save it and email them back to me. Although, once it is sent, I would like the form to be locked and non-fillable.
    Is this possible in Acrobat Pro 9?
    Thank you in advance.

    Use digital certificate signature to lock the fields.

  • Maximum number of responses using distributed forms?

    What is the maximum number of responses allowed with distributed forms?

    That depends on how many people have access to the form. If you distribute it to 500 or fewer recipients, then you can collect and use data from any number of responses. If more than 500 recipients, you can use data form no more than 500 responses. By "distributed forms" I'm assuing you're using the Distribute Form feature of Acrobat, which Reader-enables the form in the process.

  • Format of response from distributed form

    Hi guys,
    I have been working with a trial of Acrobat X Pro and Livecycle ES II, to determine if we can use it effectively to replace paper forms in our workplace. We have also recently deployed Alfresco, an open source CMS, which is very tightly integrated with what we would like to do with Adobe forms. I am a little confused though, at trying to figure out what controls the format of the response.
    With the forms I create in liveCycle, when distributed, the response seems to be either a pdf or an xml file. The first few forms I designed arrived on the server as pdf's when I tested them (which is exactly what I wanted). The last couple I have created (using liveCycle) however, seem to always arrive as xml. I have gone through every page of the Distribute... wizard with what I feel is rather a fine toothed comb but cannot find anywhere to control this.
    Today I have discovered that Alfresco is unable to parse the form fields in the liveCycle PDF's (this is to do with the Tika parser and PDFBox, but isn't really related to this disccussion directly), so I have switched to Acrobat which, in my testing so far, does create forms parsable by Tika. When I distribute the form from Acrobat though, the responses always seem to be in xfdf format (which seems to boil down to xml anyway).
    I am sure that actual PDF's were created at some point. I still have test distribution folders full of pdf responses. Does anyone know what I am missing which controls the response??

    Hi Bill,
    I know the data format would be alot more useful if we were just needing to get the data into a database or some other process or application, but the need here is moreso for the actual PDF. This is also required to be an automated process, so importing the data files into acrobat manually is not an option.
    When you say are we collecting data by email or web script, I am not 100% sure I understand. When we choose distribute form... there are three choices - collect responses on Acrobat.com, collect responses in my email inbox, and collect choices in our own server. We choose the latter of the three (own server) and specify the CIFS path to a folder on the Alfresco server.
    Essentially all I need here is to find out which setting allows me to have pdf's (not xml or fdf or xfdf) collected in the responses folder when the form is distributed using the "own server" option. When I go through the distribute wizard, the only options I set seem to be: How the data is collected (own server), the path to the server, whether or not to collect name and email and the server profile name. (although now I think of it, I believe that originally I was leaving the "collect name and email" checkbox ticked originally when I was seeing actual PDF's collected, so I may try that now. If that's the setting controlling the response format though I would be surprised and find it incredibly unintuitive).

  • Acrobat XI hangs when adding a response from distributed form, when specific form field is filled

    As the question says, when using the distribute form functionality of Acrobat, it hangs at the step of importing or adding a filled form, when a specific field on the form is filled.  It happens whether the tracker automatically detects it when I open the distributed form and asks me to add it, or I manually try to add it in the responses form. Here's the screenshot of when I tried manually adding it.  The first line is the one that hangs and is missing all fields except that "Approved" check box.  But it's the last field "ApprovedDate" that makes it hangs if it's filled in the form.  The Progress dialog just stays there forever and I can't click cancel.  When it tries to add it automatically, nothing appears on the screen, the form just stays open and the tracker doesn't come up.  I'm on Windows 7, Acrobat XI Pro.  I can send you the form if needed.
    Edit: I investigated further and there were Java scripts associated with that date field.  These would have been added while creating the form in Acrobat; I don't remember how exactly, but I only meant to validate the date format.  I've removed all the scripts and reset the desired date format on the field and it seems to work now.

    I use Mavericks and Acrobat XI. I haven't had any issues so far.

  • 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.

  • Why do some people get "you cannot save data typed into this form" using FormsCentral fillable PDF?

    Hello.  We're using FormsCentral extensively.  We create the fillable PDF and send it to about 80 people.  Each of them is adding content and saving and then passing on to another person for further content.  Ultimately, all parties are happy with the content and submit.  The problem is that some of the people open the PDF and get the message ""you cannot save data typed into this form".  What is causing this?  Please help as it is causing us many problems.

    Thanks for the quick response.  We distribute the form to 80 people who fill it out and create 80 versions.  They then pass the form to one other person who edits.  All 80 forms, once complete, are submitted to FormsCentral.
    I think the problem is with Mac users.  Is there anything unusual about the Mac with Adobe Reader?  If you provide your email address, I can send you one of the filled out forms that is having this issue.  It's quite odd in that the fillable fields don't show up until clicked on and the form is not saveable.
    Thanks!

  • Can a forms central generated fillable PDF be updated and submitted multiple times?

    I am creating a set of forms to support a client's workflow.  One of the forms is a budget worksheet, showing budgeted amount and actual amount.  Since a previous form submission can't be accessed and updated, I was conidering using a fillable PDF.  I understand that the previous submission can't be updated, but can the form be resubmitted, creating a new row in the database?

    Yes, the form can be submitted over and over again. Each submission will be a new row in the Response table.
    Randy

  • Saving to non-fillable PDF

    Instead of saving as a fillable pdf, I want to save my form as a static pdf for printing and/or including in white papers as an example. I'd like it to look the same as when I'm creating it in FormCentral with help text symbols, etc. Is there a way to do this, perhaps through the paid version? I have tried to take screenshots of my FormCentral design, but the resolution just isn't good enough.

    We do not support exporting into a flat PDF but you can export to a PDF file without a submit button (see under the File menu). We never show (?) in the PDF. The help text is shown when you hover over the field with the mouse.
    Gen

  • Non-fillable PDF

    How can I take the online form and create a PDF that shows the all of the drop down options? In other words, I have clients who will be using these forms in the field and need a paper copy with all the options listed.

    You would have to change the drop down fields to single choice fields (radio buttons) in your form. Its pretty easy to do (just select the field and change to single choice in property panel)
    You may also want to make a "duplicate" (copy) of your form so you don't change the original form you distribute electronically.
    Randy

  • Save PDF form into non editable PDF through button (SaveAs) using java script

    I am creating PDF form using LiveCycle 8.0.
    1) Using SaveAs the form in PDF (non editable) by using button and javascript
      ( app.execMenuItem("SaveAs");
         myScript.LoclAllFields("form1");) this code is not working.
    2) show / hide the field by choosing the drop down List.
    Like, In drop down list their is tree option name  a, b, c. when select "A" hide the field_A and select "B". then show the field_A.

    Thanks for that script, it is a great way of securing it from being edited, but reader still won't allow the form to be saved, only as a copy without the inputted text. The idea of what I'm trying to achieve is a form which the staff here fill out and then send to our customers with non editable fields, there is the option to print to pdf but that saves the file as an 'image', this stops people from highlighting text which we don't want, they have to be accessible afterwards to copy and paste the text at a later date.
    I hope someone can help with what should be such a simple action.

Maybe you are looking for

  • Installer says it is corrupt.

    First a little backgorund. My macbook is currently running 10.7.3. I have had numerous failed attempts to update to 10.7.4. Everytime I try and run the updater or installer it says the download is corrupt and to try downloading it again. I've tried u

  • What is wrong here?.

    This query is working fine..... SELECT emp_id,count(emp_id) FROM emp group by emp_id having count(emp_id) > 1 This query is not bringing any result....why is that?. What is wrong in this query?. SELECT emp_id,emp_name,emp_sal FROM emp group by emp_id

  • New field in infotype 9004

    Hi We have a infotype 9004, and we needed to add one more field to this. I've already add the file to PS9004 structure and inserted this field in screen. But when I open PA30 this field is disabled to input even though this is an input/output field.

  • No application opens when I click on Mail application

    Nothing happens when I click on my Mail application. It jumps once in the doc but nothing opens. I verified permissions, I couldn't re-install from startup CD, so from my HD clicked on the CD, found applications, mail, and tried to re-install it twic

  • BPPO - Query Tuning in BI

    Hi Experts, We received red alert in EWA report for BI check. We have BI NetWeaver 2004 system. We have raised an OSS message for this red alert. SAP has replied with the following comments. "Based on the EWA report, it seems that the overall runtime