2 Party Fill-in Form

I'm trying to create a quote form that both my client and I can fill in. They supply some of the details and I supply the quote and other essentials. How can I best do this so that I can send it to my client to first fill out his part, retrieve it, fill-in my details and then send it back for approval?

Hi,
You may try to create a PDF Form using FormsCentral. After designing, choose "Save Submission-Enabled PDF" under Distribute tab, and save the PDF form to your machine. Then you can send the form to your client (by email, etc.). He doesn't need to submit the form after filling out his part, but just save and send it back to you. If you like, you can Close the form temporarily.
You can submit the form after all the fields have been filled out so that the responses can be viewed in the response table. Hope it works for you. Thanks!
Kind regards,
Shiyao Bao

Similar Messages

  • Num Lock Pad Doesn't Work With Fill In Forms

    I have Adobe XI, running Windows * and IE 11. Num Lock key pad does not work with fill in forms.  Can anyone help?

    Sounds like you are using a third-party keyboard: the new Apple keyboards do not have a Num Lock key and the numeric keypad always functions as such.
    If you're using a third-party keyboard, and if you installed vendor-provided software to customize the keyboard, check its preferences and also check the vendor's Web site to see if there is an updated version of the software for your keyboard.
    I cannot reproduce the problem using the latest model of Apple Pro keyboard (the one that came with my computer, which is the same as your computer).
    2. You might also want to state the specific keyboard and version of Excel you are using in case someone else has the same configuration and can try to reproduce the problem. I tried it with Excel from Office v.X.
    3. You wrote: "* Deleted Excel Preferences"Both of them, yes?
    - Home > Library > Preferences > com.microsoft.excel.plist (you may or may not have this one).
    - Home > Library > Preferences > Microsoft > Microsoft Excel
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • PDF Fill-in forms with Digital Signatures - LDAP, Roaming ID's

    Hello, my organization is trying to be more "Green" by taking regular PDF documents that use to be printed, filled in by hand, signed and then routed... To a PDF fill-in form that contains a Digital Signature Block. I can easily and successfully create PDF fill-in forms, where Im running into an issue is with the Digital Signatures.
    I can easily create a Digital Signature that is stored on my local computer and sign documents then forward them via email on to the recipient. However, what we would like and have been failing and making happen is to set up a signing server where the signer can fill out the PDF form and then sign the document by pulling their digital signature from a Directory Server, in our case LDAP or Active Directory.
    From the information that I have found on the web I know this can be done without use of expensive third party applications. However, I have not found information on how to do this other then this simple 3 line instruction which did not work for us. - http://help.adobe.com/en_US/Acrobat/8.0w/Professional/help.html?content=WS58a04a822e3e501 02bd615109794195ff-7d96.html
    Any help on this topic would be greatly appreciated.

    Thanks for the reference to the digsig user guide. I've reviewed this documentation and the majority of it I had already tried however one TIP that is in this document that I hadn't seen before points to setting up a FDF file to import AD secure to easily import the ID's
    More specifically, I have configured LDAP and the Security settings in Adobe Pro and when attempting to connect to our LDAP server is when I run into the issue. I am not able to connect. Is there any additional information that you know of that can shed some light on LDAP configuration with Adobe PDF forms for digital id's?

  • How to create PDF Fill in forms programatically ?

    Hi
    I am developing an application in .Net environment.
    I have a requirement to create fill in pdf form through my program (Text boxes, check boxes, Group radio buttons, etc), fill and save PDF forms and finally extract entered information.
    I have following queries:
    1. Do Adobe provide any component(dll, etc) that exposes APIs to create such type of forms ?
    2. What are the licensing requirements for these? (For form creater as well as users who fill PDF forms) (License costs ??)
    3. What specific versions of Adobe acrobat reader needed, if specific version required ?
    Please reply to these queries.
    Thanks in advance,
    Karan

    >-- Creation of fill in pdf form will be on single server. (So whats license requirement for the server ??)
    Ok, this puts important limitations on the project. The Acrobat SDK is
    a set of tools for automating Acrobat. Acrobat is not for server use.
    >-- Forms created by server will be used by many differnt users to fill and save forms. (So you mean the users filling the forms require to have Adobe Acrobat professional ??)
    Well, it depends what you want them to be able to do. There are three
    levels
    * Things which can always be done in Reader. For example: print a
    form; submit form data (not PDF) to an http or https server.
    * Things which can be done in Reader if forms are given a "magic"
    property called Reader Extensions. For Example: save the form, submit
    in PDF format. This has serious cost implications. You would need a
    separate server product to add these.
    * Things which can never be done in Reader.
    >-- We are creating AcroForm. (Whats version dependencies?)
    These should work with Acrobat/Reader back to version 4. However the
    magic of reader enabling only works with recent versions of Reader.
    >-- So do Adobe provide any component(dll, etc) that exposes APIs to create such type of forms ?
    Adobe's server/enterprise solutions are under the general banner of
    LiveCycle. There are lots of LiveCycle products, and unfortunately I
    don't know their relative capabilities. It's possible that they do
    NOT have a server product for making AcroForms, because much of
    LiveCycle is aimed at new-style XFA forms. But, on the positive side,
    since AcroForms are older techology there is a good chance you would
    find a third party product to plug the gap.
    Aandi Inston

  • Fill in Forms

    How do I create a fill in form? Like a questionnaire type form?

    You need to use a program that can add fie field objects to a PDF, that would be Acrobat or a 3rd party product.
    You can create a form with OpenOffice.org's Writer program to include form fields and then export the odt document to a PDF and the form fields will carry over to the PDF. Note MS Word cannot perform this task.
    You could create a PostScript file with the necessary code to add field objects and use Distiller to generate the PDF.

  • How to fill PDF form programatically

    Hi everyone,
    We are automating a web application using QuickTest Pro. In some scenarios we need to fill a PDF form and click 'submit' button. Is there any way we can use Acrobat SDK to automate this process? I really appreciate your help.
    Thanks and Regards,
    Kumar.

    Why Yes!  There are several ways to pre-fill a PDF.  Which technique depends on where the data comes from and where the PDF is going.
    For example, a PDF can be filled in Acrobat using an Acrobat data file such as FDF, XFDF, or XDP if it's a LiveCycle form.  This can be done manually through the menu items or automated with JavaScript, or with a batch process.  And there are lots of other variations on how data files can be used. Of this methodology assumes that the data file already exists.  The data file can be manually created by exporting data from Acrobat or automatically by some external custom program.
    Acrobat JavaScript can also used to access Excel and database files:
    http://www.pdfscripting.com/public/department48.cfm
    and LiveCycle forms can be connected directly to a DB.
    http://www.pdfscripting.com/public/34.cfm#XFADBForms
    Depending on the kind of data, JavaScript can be used to directly fill in forms.  This method is suiltable for handling a small number of fields, such as customer contact data.
    On the server side there is a whole host of third party tools for filling forms and of course Adobe has tools as well.  In fact PDF form data handling is built into ColdFusion.
    The Acrobat plug-in SDK has a Forms model for just this purpose and there is an ActiveX interface to Acrobat that can access individual form fields.
    Thom Parker
    The source for PDF Scripting Info
    pdfscripting.com
    The Acrobat JavaScript Reference, Use it Early and Often
    http://www.adobe.com/devnet/acrobat/javascript.html
    Then most important JavaScript Development tool in Acrobat
    The Console Window (Video tutorial)
    The Console Window(article)

  • TS3048 Help! I sometimes spend many minutes filling in forms on my Mac, touch the mouse and it all disappears. It happens very frequently. What do I do?

    Help! I sometimes spend many minutes filling in forms or writing something on my Mac, only to have it erased as soon as I touch the mouse, which is wireless. I have replaced batteries, checked connections, etc. Don't know what else to do. Can anyone help?

    Try
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                              
    Unless you purchased the option AppleCare+ extended warranty
    Apple will exchange your iPod for a refurbished one for $99 for 16 GB 5G and $149 for the other 5Gs. They do not fix yours.
    Apple - iPod Repair price                                    
    A third-party place like the following may be able to fix it for less less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens         
    Fix it yourself if you are up to it. However, it is hard since yo do not know what is wrong
    iPod Touch Repair – iFixit                  

  • Opening filled out forms on non Adobe programs (like Preview) causes info to not appear.  How can I fix this?

    I didn't distribute using FormsCentral, I sent my form out manually.  I have now received lots of email responses with my filled out forms.  How can I easily save these as individual PDFs that are readable and printable, and not missing an information?

    Hello,
    yes we are using Adobe Reader / Acrobat on Windows XP / 7. We don't use a third party pdf product.
    I have repeated the following YouTube video and the PDF file in the email is emty (you can see the form but without the filled in text):
    http://www.youtube.com/watch?v=xtU2mnQZlW0
    Is it possible that the Adobe Product wants to connect to Adobe server to enable the feature if I save the file? We don't have a direct internet connection - we have to use a http proxy with authentication.
    Best Regards,
    Ralf

  • Way to make Reader Mobile (IOS/Android) to fill in form cells based on input made in other cell?

    Hi, Is there a way to make Acrobat Reader Mobile (IOS/Android) to fill in form cells based on input in another cell?
    I made a timesheet where based on an activity code input in a dropdown box the description corresponding the activity code is displayed automatically in another cell.(see below)
    This is working flawlessly as long as I am using a PC, however does not work on any kind of phone.(I suppose this feature is not supported on Acrobat Mobile yet)
    My question is if anybody can suggest an alternative method for mentioned feature which works also on phones?
    Any suggestion would be much appreciated
    In the Format field:
    if(event.willCommit)
    console.println(event.value);
    switch(event.value)
       case "    1      01":
        this.getField("REMARK1").value = "Offloading";
        break;
       case "    2      01":
        this.getField("REMARK1").value = "Preparation";
        break;
       case "   19     44":
        this.getField("REMARK1").value = "Support-3rd party insp/contract.";
        break;   case " ":
        this.getField("REMARK1").value = " ";
        break;
    Regards: Robert

    Try getting rid of that console.println statement. If that doesn't help, it should work if you convert that from a format script of the dropdown to a calculate script of the REMARK1 field.

  • How do I edit text in a fill-in form?

    How do I edit text in a fill-in form?  I am using Adobe Acrobat Pro version 10.1.8 in Mac OSX.  The document was created in Word, saved as a pdf, opened in Acrobat, and form fields added.  Now I need to change some of the text on the original form (mostly just dates).  Ideally, I wish there were a way to edit the forms overall - add or delete lines, edit text, etc.  I've done this before, but I always seem to need to go back to Word, edit the original document, and then re-create the form fields... it takes me a huge amount of time, making sure each field is formatted correctly (font, size, wrapping, text resizing, etc) so it looks ok when the user enters their data and prints it.  Please, tell me there is a better way!
    If the solution is upgrading to a higher version of Acrobat, I'm listening... but ideally I can get this batch done in the software I have, then worry about learning the newest version.

    Fonts are Licensed asset's subject to single user use. They are not intended to be exchanged, redistributed, etc.
    As part of the PDF standard they included in a document so that the document can be viewed reliably without the font be installed on the viewing station.
    To edit you must have the font installed on your computer. The ability for second parties to use the font would violate font licenses.

  • How can I set up auto fill for forms on new PC with Windows 7

    I cannot find any place on the Firefox browser to add my basic contact information for filling out forms.

    I cannot find any place on the Firefox browser to add my basic contact information for filling out forms.

  • Occasionally when filling in forms in Safari 5.1.2 certain keys on the keyboard don"t work.  When I use the coma it opens up another tab.

    Occasionally when filling in forms in Safari 5.1.2 certain keys on the keyboard don"t work.  When I use the coma it opens up another tab. I've used other browsers to fill in the forms and they work fine so my keyboard is OK.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is localized to your user account, or is system-wide. Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select “Help” from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Any application you run will behave as if you were running it for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    As Guest, launch the application(s) and test. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.

  • With new updates from Acrobat Read my computer freezes and I can not fill in forms anymore, how do I fix these problems?

    After updating Acrobat Reader my computer now freezes when I try to fill in forms using Acrobat Reader, this never happen before! Now the only way to unfreeze my computer is to turn it off and restart it, which is not how a computer is suppose to be turned off as nothing responses to get it unfrozen(ESC., Contol-Alt-Delete)! The I shows up as if I am able to fill in forms, but after trying to fill in the form numerous times various ways, it always ends up freezing my computer up! I HATE THE NEW UPDATES! Why can't I speak with a live human, through Adobe? I would not want to buy anything from any company which would not allow me support by talking to a live human over the phone, as typing messages can be misunderstood! Their is no point to have Acrobat Reader any more if it does not allow me to fill in forms! I could use the reader that came with the computer! It is sad that for myself filling forms using Acrobat Reader was nice since there are times I am unable to write anything due to tremors, unfortunately I am not alone in this type of medical problem and we the disabled the majority of us are on Social Security! Everyone know that Social Security does not give their recipients enough money to live off of! It is sad when a person is ill they lose more than their livelihood, so called friends abandon you too! So how can I fix the freezing problems and is there any Adobe that I can fill in forms which will not cost me money and or another company that may offer this free of charge?

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Acrobat 11.0.07 crashes when i attemp to fill in forms. when i click on a form field to fill it in, it crashes to desktop.

    As the title states, when using Acrobat 11.0.07 it crashes when i attempt to fill in forms. when i click on a form field to fill it in, it crashes to desktop.

    I am having the same problem... It just started. Can anyone help with this issue??

  • Can no longer fill out form--what happened?

    I have an important form saved on my computer that had a typo in it, so I downloaded the free trial of Adobe Acrobat Pro X, corrected the typo, then deleted the free trial.  However, when I open the form with Adobe Reader I can no longer fill out the form.  I was able to fill out the form just fine before I edited it with the free trial of Pro X.  Is there any way I can fix this?  I did not change any settings (as far as I know), I only corrected a typo in the form and now I am having the problem of no longer being able to fill it out.  I appreciate any help, the form is for an important job application.

    If the document was Reader-enabled so that Reader was able to save the filled-in form, and you used Acrobat to make changes to the text on a page (as opposed to text in a form field), the usage rights were removed. The modified document will have to be Reader-enabled, which is done with Acrobat.

Maybe you are looking for

  • Reg: Excluded Section in Pivot view

    Hi,, can any one telme.. how exactly the 'Excluded Section' in the pivot view, will effect the entire report. In one of my report when i place one column in excluded section, one set of data is coming, when i remove that column in the Excluded sectio

  • WBS Element report in both currency- Urgent

    hi I want to pull WBS elements report in Both USD and CAN $ together but i do not know whr to do it. plz tell me whr in Project System i can do this plz help it is very urgent Thanks Manish

  • MBP 10.8.2 with external display freeze on wake up.

    The external screen is black, when i open the lid the mouse pointer is in "thinking" mode, and i can't do anything but power off/on. Any help will be appreciated.

  • Ios7.1.4 update problems

      I decided to update my phone thursday night to ios7.1.4. After installing it shut off immediately. which is normal since it restarts. The problem though is that my phone refuses to turn on, yet it keeps flashing the apple logo on the screen. this h

  • Why don't I have Boot Camp Control Panel?

    I am currently asking this in Yahoo! Answers as well: I just used Boot Camp Assistant around a week ago to install Windows 7 Ultimate on my Macbook Pro with Retina Display (and if it also helps find a solution: I'm also using Mountain Lion). At first