Help with forms in Acrobat 9

Using XP and Acrobat 9 Standard:
I have three questions about working with forms that I don't find answered anywhere.
1. Can I edit the info in the Document Message Bar? If so how?
2. Can I join form fields? I want to combine a short text field on one line with a longer text field on the next line so that the info will wrap to the 2nd line. For instance, there is a short question with the rest that line being blank. Then the next line is across the whole page. I want the top line to continue onto the 2nd line. I understand checking the multi-line option in preferences for a form field that is deep enough to hold several lines, but I want that short line to be included also.
One of my problems may be that I need to have the form available with hard lines for hand completion and also available for those who want to complete it online.
3. Once I make a form that can be completed online, do I have to 'distribute' it? I just want to upload it to a website so members can download, complete and email as an attachment. Do I have to do anything special to accomplish this?
Thanks for your help.
KW

Thanks Chris - That did EXACTLY what I wanted it to do.
I was able to create a button that prompts the user to save the form, then it hides the price fields, then it flattens, then it e-mails the form. The order was important since I wanted the salesperson to be able to save the "not-flattened" form.
James

Similar Messages

  • Who can help with download  of Acrobat XI Pro to Mac OS X 10.5.8?

    Who can help with download of Acrobat XI Pro to Mac OS X 10.5.8.

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Need Help with Javascript for Acrobat Pro 9

    Hello,
    I am creating a PDF form in Adobe Acrobat Profession 9.  Not having a lot of experience with Javascript, I have found this forum very helpful and have used many of the script examples for other issues I have had.  I was hoping someone could help with the following script, I have tried many variations, cannot get it to work.
    var ratio = this.getField("ratio").value
    var concentration = this.getField("concentration").value
    var result = this.getField("result").value
    if(ratio.value>=50.00)
    {result.value ='PASS';}
    if(ratio.value".value>=40.00)
    {result.value ='PASS';}
    if((concentration.value ==61) && (ratio.value >= 49.25))
    {result.value ='PASS';}
    if((concentration.value ==61) && (ratio.value >= 39.25))
    {result.value ='PASS';}
    if((concentration.value ==62) && (ratio.value >= 48.50))
    {result.value ='PASS';}
    if((concentration.value ==62) && (ratio.value >= 38.50))
    {result.value ='PASS';}
    else
    {result.value = 'FAIL';}
    This is just a piece of the code  The concentration values run from 61 through 99 and the ratio value varies for each concentration value, there is a high ratio and a low ratio.  The result of this field with populate the results field with a PASS or FAIL.  This is not working......any help is greatly appreciated!

    Thanks George.  I updated the script to:
    // Get a reference to the result field
    var ratio = this.getField("ratio");
    // Get a reference to the result field
    var concentration = this.getField("concentration");
    // Get a reference to the result field
    var result = this.getField("result");
    if(ratio.value>=50.00)
    {result.value ='PASS';}
    if(ratio.value >=40.00)
    {result.value ='PASS';}
    if((concentration.value ==61) && (ratio.value >= 49.25))
    {result.value ='PASS';}
    if((concentration.value ==61) && (ratio.value >= 39.25))
    {result.value ='PASS';}
    if((concentration.value ==62) && (ratio.value >= 48.50))
    {result.value ='PASS';}
    if((concentration.value ==62) && (ratio.value >= 38.50))
    {result.value ='PASS';}
    else
    {result.value = 'FAIL';}
    However, I am still getting a FAIL result even when the ratio is 50.00 or equal to the passable ratio.

  • Need help with reviewing in acrobat professional 8.0

    Hi,
    I need help with reviewing in adobe acrobat professional 8.0 for windows.
    When I click in Edit->Preferences->Reviewing I choose Network folder and in browse button I select the network folder.
    It´s ok, but when I restart the computer, the configuration of reviewing dissapear.
    Any sugestion for solve this problem?

    The closest I came was:
    // Custom calculation script
    (function () {
        // Get the field values, as strings
        var s1 = getField("Charged").valueAsString;
        var s2 = getField("Reduction").valueAsString;
        // Perform the calculation if both fields are not blank
        // and Charged is not zero
        if (s1 && s2 && +s1 !==  0) {
            event.value = 100 * (+s1 - +s2) / +s1;
        } else {
            event.value = "";
    which I got from another thread. It works, but the result tends to have a - before the number. Also when I use the formatting in acrobat and select percentage the decimal placement gets confusing. I'm creating this form for a bunch of morons in my HR department so extraneous numbers makes them confused. I need the most simplified result possible.

  • Help with form sending the data to email

    I have looked all over the Internet for help with this.  I have tried numerous video tutorials and for some reason I can't get it to work.  I have created a form in flash cs4 AS2.  It is a contact information form where the user fills out their information and sends it.  I have created a the form in a movie clip (I have also tried it not in a movie clip) with the form components inside that movie clip.  I have given each component on the form an instance name.
    The form has:
    Full name (with instance name=name)
    Company (with IN =company)
    Title (with IN = title)
    Phone (with IN = phone)
    Email (with IN = email)
    Topic combobox (with IN=topic)
    Message box (with IN=msg)
    Submit button (with IN=submit)
    I need help with the actionscript writing.  I am VERY new to flash and have never done any scripting really.  Does anyone have a sample file I can look at to see how it works or can someone IM me and I can send my file for them to help me?
    My IM is logan3975
    Any help is greatly appreciated.  I consider myself a pretty technical person so I do learn quick...I just need some guidance until I wrap my head around how this all works.  Thanks.

    Here's a link to a posting elsewhere some had had that may provide some useful info (?)
    http://board.flashkit.com/board/showthread.php?t=684031

  • Heed Help With Form Layout

    Hi all
    I am developing a j2me program that need display photos on a form like a photo gallery. I use image item to hold the resized photos on a form.
    What I want is to display 3 photos in a row, like this
    x x x
    x x x
    the programm is working fine on the emulator and nokia phone, but when I try on a Windows Mobile phone (HTC the JVM is Jbed) , It only display one photo in a row, like this
    X
    X
    X
    No matter what layout option and the size of photos, it only display one photo in a row
    I really need help with this
    Thanks

    The only way to get more consistent behavior across devices is to use the low level API -- Canvas, not Form. You cannot interfere with device-dependent implementations of the layout of a Form.
    db

  • Need help with Forms 6 on 11g

    Hello all,
    I wonder if anyone has come across this issue. I'll try to explain this as best as I can. We just migrated/upgraded our database from a SUSe9 (32 bit) Oracle 9.2.0.7 configuration to a Redhat 5.3 64 bit. We were running Oracle Forms 6 on certain desktops which connected fine against our version 9 databse. I am now experiencing the following error message after I enter my user ID, password and Database: ORA-02248: Invalid option for ALTER SESSION. Now, I may be facing the issue of an outdated forms application trying to interface with 11g. I heard this version 6 did work on Oracle 10g, but some folks may be having issues on 11g, like myself. Any input or suggestions would be appreciated.
    Thanks,
    Rob

    As Jan Carlin noted, it is not a certified combination (using 6i against 11g) and I hope you understand what the consequences are if you are using a non-certified combination in a production environment.
    But, if you really really want to use 6i(with ps 18) against the 11g database server, the answer is YES it is working with the following workaround. I believe I am the first one found and reported the issue on OTN when I was testing our 6i and 10gR2 forms application against the 11g database server. The issue is also applicable to 10gR2 forms against 11g database as well as 6i forms.
    Here is the workaround:
    ==============================================================
    Oracle 11g database has a new parameter
    SEC_CASE_SENSITIVE_LOGON (case sensitive password enabled for logon) - default is
    TRUE. Forms built-in "OPEN_FORM (...SESSION)" uses password in capital letters by
    default. There are two workarounds that solves this problem with Forms agains 11g
    database server. Either use the Oracle sqlplus command (login as system): alter user <your OraUser>
    identified by YOUR_PASSWORD (use your own Oracle user name and password - be careful to use capital
    letters for the password) or set the SEC_CASE_SENSITIVE_LOGON database parameter to
    FALSE (do not forget to change the parameter for the spfile as for the current session). This
    parameter can be changed by using the Oracle Enterprise Manager GUI (refer to your Oracle
    database server documentation for details).
    Hope this proves useful.
    R/ Zafer

  • Adobe 9 issues with forms in Acrobat Reader 7

    I've been reading up on this forum as to why the adobe rights are disabled after a user saves their data in Reader.  I have been adding form fields in Adobe Standard 9 then save the file,  test it in Reader, then Extend the Forms Fill-In for Adobe Reader and save the file with a slightly different name. The only usage rights that are allowed is to Save Form Data.  When I test the file in Reader 7, I can save the data but when I go into the document to make sure my data is there, I get that dreaded and popular message "Adobe Rights have changed and are no longer valid dialog box...
    I never changed the original extended file to cause this..even when I don't add data but save to a new file anyway I lose the writable functionality.
    A side note, I do not use LiveCycle and have been asked not to when creating these forms.
    I did not have any problems with the forms that I had other people create and extend in Adobe Pro 8.  It seems to be a Standard 9 and Pro 9 problem.  Or, it could very well be me!
    I use Reader 7 to test because these forms are for a volunteer organization and there are users on some early versions of Reader.  II do not use earlier versions of Reader.  This doesn't seem to be an issue in Reader 9.  I cannot vouch for Reader 8.
    I just had one of my form writers take my form that was done in Standard 9 and Extend Forms Fill-In via Adobe Pro 8.  She initally received a message stating that the file appears to use a new format and it may not open or display correctly.  I then got that same message when opening the extended version of the file.  The document rights on the new form allow me to add comments and markup, a digital signature and save form data. Once I fill out the fields and try to save, also get another dialog box telling me that I need Adobe Standard or Professional to save (in this case it was 7 since I'm testing in Reader 7).
    The forms that I am creating are initally PDFed by another party.  The orignal forms are created in QuarkXpress 4.1 and PDFed using Acrobat Distiller 4.0 for Macintosh.  I retrieve the files from a web site and save them to my hard drive to work on them.  They are shared via email.
    Any help would be greatly appreciated.  I've spent the last week researching but no anwers to help me solve this particular issue with 9.

    Interesting.  I did just do the Reduce File Size and extended the document and there were no dialog boxes when I saved my data.  The file size got larger instead of smaller and I received the message at the end of the Reduce File Size cycle that said " Enforcement of compatability to an earlier version of Acrobat has increased the size of some images".  There is an image in the file, not one that I added, but from the original document.  No change to the image either.  No biggie to me.  As long as my users can fill out the form and come back to it later to make changes, I'm happy!
    Thank you.  I think that solved it!

  • Help with form submissions

    Im pretty new to Dreamweaver and also form making as well and
    I am trying to put together something for my work. We are presently
    using Outlook eforms to handle internal paperwork, including the
    one I am trying to get to the web. Which is a Employee/ Equipment
    movement form... kind of a MAC.
    Anyway, the questions I have is with the Submit button. What
    I want to do with it is to both email the layout (including the
    information input) and also try to connect it to a database so we
    can look at the data down the line. We have been hammered by
    auditors over this process (outlook eform).
    Esentially what we do when recieving this form is transfer
    the data to a Helpdesk Ticketing system and send the account and
    equipment requests to the proper departments.
    Any help would be greatly appreciated.
    The site address is
    http://www.cormarant.com/work
    and the specific page Im working on is
    http://www.cormarant.com/work/new_hire/main/merchant/merchant.html
    Thanks much!!

    I'm starting to understand a little bit more. At first when I
    viewed your site and saw stuff for new hires and transfers of
    employees, my first thought is that you need to look in the
    direction of something like PeopleSoft (made by Oracle -which btw
    have plenty of other database applications).
    But then I saw your other form and it appears that
    organization is a key thing and that your forms are not what you
    want them to be. However, by the looks of what you have it does not
    appear that this is, or should be, running on a public web server.
    Instead it appears, and correct me if I am wrong, that this would
    go on a local intranet site.
    Plus the fact that you don't have a database standard working
    and seeing how you manually enter the forms into your help desk I
    almost think implementing a full database structure might be
    premature and costly to your business.
    Have you considered looking at publishing interactive PDF
    forms? I really think you should sit down and evaluate some of
    Adobe's programs with Acrobat to see if you can utilize that:
    http://www.adobe.com/products/acrobat/solutions/detail/create_form.html
    See that link. You would create an interactive PDF form which
    users could quickly edit and submit (even via local intranet) and
    then submit it to someone who will enter this information into the
    Helpdesk. Plus you would have the saved PDF document which is much
    more secure than the eforms and it would hopefully allow you to
    increase your workflow. This would mean purchasing at least 1 copy
    of Acrobat Pro if your copy does not already own it.
    And as much criticism as this may draw here. If you just need
    to set up a lot of these forms for people to work with in this
    manner, it might even be a good idea to look into a Microsoft
    Sharepoint Site (you would need MS Sharepoint Designer to make the
    site though). Because this is what Sharepoint is for. To share
    documents that can be saved, submitted and sent around so that all
    users can view the documents they need to.
    I'm just worried that you are going about this in a manner
    that might not be much more productive. Otherwise you would need to
    get a component that would turn the form submission into a PDF
    document since you can't just save it as you see it on the screen
    in any other way, and then you would need to go through the whole
    process of putting everything into a database. I really think a
    pre-made application or process as I described above with Acrobat
    would be much easier for your company to implement and might be a
    better solution for the near-term outlook.

  • Need help with Forms on iPad

    I am trying to view and submit forms on my iPad. I've created a form in LiveCycle and emailed it to myself but I am unable to view or open the PDF form with the Adobe Reader app. Please help!

    Hi Randy - I have Adobe Acrobat Pro 9.5 and when I try to create a new form a pop-up comes up saying that the form will be edited in Adobe LiveCycle designer and that Adobe Acrobat will close. I do not have the option to stay in Adobe Acrobat. Any idea how to stay in Adobe Acrobat instead of moving into LiveCycle? I want to create some PDF forms that can be filled out on an iPad in Adobe Reader and then emailed. Thank you!

  • PLEASE HELP WITH FORMS

    I am working on Windows 2010 with Adobe Acrobat X Standard.
    I created a fillable form for people to complete, save and e-mail to me but when some users send it back, I can not see the text unless I click in the field where they typed.
    I try to print and it still does not show the text.
    For other users, this does not happen.
    Please help!! I am so frustrated

    Try the forum for Adobe Acrobat.

  • Help with Form F110_US_DTA for ACH file to be sent to bank

    Hi ppl,
    I'm implementing new house bank in the system for ACH payments
    the NACHA file format for that bank is given to me.
    the bank's needs a variation in the format.
    they want effective entry date in the Batch Header Record 5, Pos 70-75 to be greater than the Creation Date located in the File Header Record 1
    Im using the form F110_US_DTA for the file that is to be generated to sent to bank
    How Do I make changes to this form to satisfy the requirement
    Or basically where do I change the format of forms like F110_US_DTA etc..
    What is T-code for that...
    Thank You Very much
    your help will be appreciated
    Also tell me how can I assign you points..

    An ACH NACHA file has the following components..
    File Header Record(1)
    This gain has many fileds like Record type code, priority code, immediate destination etc
    Batch header Record(5)
    Record type code, company Identification
    Entry Detail Record(6)
    Transactioncode, Check digit etc
    Addenda Record(7)
    Record Type Code...etc
    Batch Control Record(8)
    File Control Record(9)
    Batch Count, block count etc...
    Now This is the Layout which the company wants to implement
    The commpany is already using an ACH file for an old bank.
    But wants to implement a New Bank with a lil variation of old NACHA format
    In SAP where can I set these fields or parameters.....
    for some programs I can goto System->Status and double click on program and goto ABAP editor and change fields.
    But for this ACH where can go and set the parameters according to requirements
    There is actually one more requirement...
    In the ACH file The New banks wants the
    File Creation Date (It is entry in field no 5 of File Header Record(1) of ACH file)
    this date should be less than Effective Entry DAte (It is an entry in Field no 9 in Batch Header Record(5))

  • Looking for the help with preflighting in Acrobat X

    I need some help creating a prelight that checks for:
    1: All images are CMYK and not using an RGB colour space.
    2: Image resolution is 300+
    3: That the document has been given bleed if necessary and that all document objects that been given bleed if needed.
    4: That no white text/objects is set to overprint.
    5: That all fonts are embedded.
    It would be amazing if someone could walk me through how to create this or if someone knows where I can downloaded a .KFP file from. I have already managed to create the first 2 steps I think successfully but i get confused with the last 3.
    Any help would be amazing.
    Thanks.

    I mean that the the Preflighting Profiles in Acrobat already exist to check the resolution, colourspace and overprinting. Not the Distiller joboptions.
    As I also said, I'm not sure that there is an ability to check for bleed. I could be wrong.
    In Acrobat 9, if you create a new Preflighting profile, then resolution settings are under "Images". You can set an error for images under a set res.
    Under "Colors", you can specify an error if RGB is used.
    Under "Fonts", you can set an error if fonts are not embedded.
    In fact, under "Custom Checks", both of these are also options. And you can find a check for White objects set to overprint.

  • Help with form

    Currently I have a 30+ page website i created in CS4 Dreamweaver.  I really like it but we are tired of using the Aweber forms for a RFQ.
    I see where i can create the form in forms insert in DW but having difficulty finding how to assign a MAILTO when they complete it and want them to be able to attach a drawing or spec to their quote.
    We use Godaddy as host server so i think its PHP (windows)  and want the form to go to a general RFQ email address everytime.
    Any help would be appreciated.  I can give our site url to look around or would would be willing to compensate someone to take on this task.
    To me - this is a weeks worth of work and another week headache.  to most pros.  its probably less then an hour.
    Let me know how to proceed or what is best.  is there a product available with template i can use and modify?

    First check with your host to see which server-side
    programming languages
    and/or formmailer scripts they support. Some hosts (GoDaddy
    shared hosting
    for example) may limit you to using only their scripts which
    you must
    activate via your account's admin panel.
    If your server supports PHP and you can use 3rd party
    scripts, I highly
    recommend this one from DB Masters. It hides your address
    from prying eye
    email harvesters and has some pretty nifty spam control
    methods built in.
    Free to use if you credit the author; $20 if you don't.
    http://www.dbmasters.net/index.php?id=4
    Best of luck on your project,
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

  • Help with browser issue - Acrobat Pro default for PDF

    Hello,
    I have Acrobat Pro CS3 set as default for reading pdf's, because I often have to edit the pdf's I open. This works fine with pdf's I open from disk.
    However, it seems that somehow Acrobat Pro has taken over as default for opening pdf's inside browsers as well. My plugins list in FF shows "Adobe Acrobat 9.1.0.163 Adobe PDF Plug-In For Firefox and Netscape". Whenever I navigate to a page which is a pdf, the entire Acrobat Pro external program opens, displaying a blank page and an error message popup - when I click OK on the error, the application closes and the pdf opens in the browser window - sometimes this requires several tries before it opens in browser.
    Here is an image showing the error message and the FF plugin installed: http://terraffirma.com/images/PDF-error.jpg
    I have Reader 9 installed on system, and I am downloading Reader 10 just to see if a reinstall will correct this.
    Any suggestions on how to set system up with Acrobat Pro as default for opening pdf's from disk, and having browser directly use a plugin?
    Thank you.

    Thanks Chris - That did EXACTLY what I wanted it to do.
    I was able to create a button that prompts the user to save the form, then it hides the price fields, then it flattens, then it e-mails the form. The order was important since I wanted the salesperson to be able to save the "not-flattened" form.
    James

Maybe you are looking for