Setting form fields to required not working in Adobe Acrobat XI Pro

This should be a simple matter. However, I'm stuck in a rut with it, and cannot seem to get out.
I have created a form. All I need is for users to be prompted that they have to complete the form field when they try to tab or click out of that particular field where there needs to be information input. I have tried the following "on blur" java script code:
if (!event.value) {
    app.alert("This field is required. Please enter a value.");
    event.target.setFocus();
What continues to happen is when the user clicks out of that field, the error message comes up asking them to click "okay." The problem is that the error message does not go away after the user clicks it.
What I've learned is that if you right click on a field and click "set as required field," it doesn't work in the way I need it to. In fact, it hasn't been working at all for me.
Does anyone have a simple suggestion? I more than willing to try anything at this point.

OK, so the custom calculate script for field B could be something like:
(function () {
    // Get field values as strings
    var sA = getField("A").valueAsString;
    var sC = getField("C").valueAsString;
    var sD = getField("D").valueAsString;
    // Only perform the calculation if all fields are filled
    if (sA && sC && sD) {
        var sum = +sC + sD;
        event.value = sum;
        // Alert the user if the sum is more than A
        if (sum > +sA) {
            app.alert("Error message goes here");
    } else {
        // Blank this field if all fields are not filled in
        event.value = "";
Instead of (or in addition to) an app.alert popup, you could place this message in a read-only form field, and clear it if there is no error condition.

Similar Messages

  • I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically. Can some one out there help me?

    I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically.

    Update automatically under which circumstances, exactly?

  • How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI?

    How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI? I'm having some hiccups getting Adobe to register the software, but since I set it as the default .pdf reader during setup, things try (and fail) to open in the as yet unregistered software. How can I change it temporariiy to the Acrobat Reader XI that I have installed?

    Anubha,
    It worked! Thank you so much.
    I'd opened file with the 'Open with' feature then clicking Adobe Reader,
    but that didn't do it. When I used 'Open with', then 'Choose default
    program...', it worked like a charm.
    Again, thank you!
    Jonathan
    On Wed, Mar 18, 2015 at 10:16 PM, Anubha Goel <[email protected]>

  • Flash is not working in Adobe Acrobat Reader

    Hi - I created a bunch of Flash tabs in Flash CS6 - they work great - but I want to put them into Adobe Acrobat X PRO (the writer) and they imported just fine and work just great inside of Acrobat X PRO.  However when I go to send the exported PDF with the Flash elements inside of it - to someone who only has Acrobat Reader (but doesn't have the Flash plug-in installed on their machine) - that person can open the PDF and can even view the Flash element but they get a yellow bar across the top of the PDF that says they must install the Flash plug-in to use it.  Well that is great but this PDF is being used out in the field where they cannot install the Flash plugin....
    I am suprised it does this because Flash importing and exporting capability is native to Acrobat Reader...and I thought I read that Acrobat has flash reading/rendering capability natively built into the Reader itself.  Am I wrong - and/or does anyone have a workaround for this?? 
    Andrew

    Hi andrewpweyrich
    What is the version of Adobe Reader You're using ?
    Flash has been removed from the Reader X in latest releases and also it has been removed from Reader XI.
    You Need to sepeately download and install the Flash plug-in to view the flash content.

  • Would a custome made adobe acrobat plugin work in adobe acrobat X pro and XI pro?

    We are looking to write a c++ pdf compare plugin with adobe acrobat sdk 8, but not sure if the plugin in will work in the latest adobe acrobat XI pro since the sdk is 8.0. Can someone with experience in this area confirm whether the plugin would work or wouldn't work in the latest acrobat XI pro version?

    Thank you for your reply. What kind of support can we get by using SDK X or XI? Will there be additional fees charged on those support?
    Our client likes the pdf comparison format from Acrobat 8 better because they have been using that format for a long time for their pdf comparisons. With that said, it is not a requirement set in stone with the client, just highly preferrable. Another reason I mentioned SDK 8 is because I read in other message threads on this forum that the comparison api exposed to developers are from Acrobat 8, pdf comparison api from later versions, 9, X and XI are not released to public.
    https://forums.adobe.com/message/2335879#2335879
    https://forums.adobe.com/message/2670981#2670981
    Furthermore, our client is part of the federal government, this application is for their internal use on their pdf files, but the result of the comparison is released to public as public data (not sure, need to verify with client if there's a subscription fee). Does anyone know if there could potentially be a licensing problem if we develop a plugin-in with Acrobat SDK 8 or X or XI to batch compare thousands of pdf files every few months for the client? The client bought and paid for licenses on Acrobat 8, 9, X and XI.

  • Add form fields to tags - not working

    I have a fillable form with one simple text form field. I run the "Advanced > Accessibility > Add form fields to tags" but the tags do not change. After I run the command it is grayed out so it looks like it's done. I can save, close and reopen to make that command available again, but it never affects the tags and the accessibility check continues to give the error.
    Anyone have that problem or know how to fix it? I'm using Acrobat Pro 9.3.3
    Thanks!

    Rather than use TORU for form fields why not use the "Find" feature on the Options menu from the Tags panel?
    Find "Unmarked Annotations" then use the Tag Element button on the Find Element dialog.
    Select "Form" for the element ("tag").
    Add something useful to the "Title" field.
    [edit: n.b., this method lets you avoid putting a marquee down that inadvertently encompasses undesired text]
    This won't affect use of AT but gives you something to locate as you look over the structure tree.
    This method puts the <Form> element at the bottom of the structure tree; so, the elements would have to be manually moved to the proper location in the structure.
    Alternatively, place focus on the appropriate parent element for the PDF page content.
    The new <Form> element will be placed there - still may have to adjust it location in the structure tree - just closer to that location.
    As to working within the structure tree when adding elements.
    Yes, best practice that.
    TORU - Read Order provides a gross/macro view via the highlight(s) and element desination.
    Read Order should, in almost all cases, be harmonized to the structure tree's logical hierarchy.
    You may find use of the in-line grouping element <Span> useful.
    Be well...
    Message was edited by: CtDave

  • Load xml works on designer but not works in adobe acrobat

    Hi
    I have load a xml file on the file -> properties of the form.
    When I preview the pdf all works ok, but when I have saved the document and I have opened the pdf file with adobe acrobat. Then data hasn't loaded.
    Somebody know what happen?
    Thanks
    Ruben

    Unfortunately, Adobe no longer supports Acrobat 7.  Not only that, but I don't believe it was ever supported in a Citrix environment. 
    You will need to upgrade to at least Acrobat 8 for general support (and official Citrix compatibility).

  • CS4 suite serial number does not work for Adobe Acrobat Pro

    Hello,
    I am looking for a solution for the serial number issue I am having with Adobe Acrobat Pro. All of other programs within the suite open fine, but when I open Adobe Acrobat Pro it asks for a serial number. When I type in the serial number, I am given a red "X".
    I have called customer support, but they haven't been able to give me any information that will resolve my issue (uninstalled 4 times now). I have Vista and have looked online and on the Adobe website to find a solution. It looks like others are having the same issue from what I can tell while searching. I have run the script too and then reinstalled, but still nothing.

    After some stupid upgrade in my computer (who knows as Microsoft is always doing something), my Acrobat 9 in CS4 stopped working. The error message said to uninstall and reinstall Acrobat. So I went through the control panel and uninstalled it. I then loaded the CD and reinstalled. However the reinstall would NOT accept the orginal serial number. I called Adobe and they gave me a different serial number. Before I let the guy nof the line I tried the  number and it did NOT work! So then he gave me another number which  asked for the previous verison- apparently it was an upgrade number. Luckily I had my old CS3 software and I gave it that number and then it accepted the install. The program now works BUT there is no longer any ADD/REMOVE choice in the CS4 suite in the control panel. There is no way to automatically remove this program anymore! What a mess.
    After reading some of the installation problems others have had and no solutions, I count myself lucky! At least I was able to get the program running.
    Therefore my advise on the serial number problem is to get Adobe on the phonen and get them to give you a number that will work, and don't hang up until you know the program is working!
    If anyone knows how to add the Acrobat to the the add/remove functions in the control panel, please let me know!

  • Adobe thumbnail preview does not work in adobe acrobat 8.0

    Hi ,
    I have user login using his profile and suddenly his not able to view thumbnail preview of PDF file using navigation panel but the thumbnail preview
    work in administrator profile.
    Si, I guess some settings blocking in user profile to view thumbnail preview.
    I have checked the settings that I know but it still does not work.
    Please advise.
    It is adobe acrobat 8.0 professional using win XP SP3

    Thanks for answering my queries.
    Could you please let get me the following details as well:
    1. The version of Adobe Reader installed on your system.
    2. The default PDF viewing application on your system. You can find the same by double clicking on a PDF on your system and see which application is used to render the PDF.
    3. The value of the following registries:
    HKEY_CLASSES_ROOT\Software\Adobe\Acrobat\Exe
    HKEY_CLASSES_ROOT\AcroExch.Document.7\shell\Open\command
    HKEY_CLASSES_ROOT\AcroExch.Document.7\shell\Read\command
    Ankit

  • Hyperlinks not working in adobe acrobat 7.0 browser control type library 1.0

    Hi,
    We have used the adobe acrobat 7.0 browser control type library 1.0  in our VB 6.0 project to show the pdf files.
    We generate pdf files using oracle reports. We have generated some pdf files which contains hyperlink to UNC path.
    If we open that pdf file using acrobat reader it works fine and we can access the file kept on the path specified at hyperlink,
    problems arise when we open that file from front end ie. from VB 6.0 which uses the browser control, we are not able open the files through the links.
    Could you please help us on this. Are we missing any properties or methods of the browser control? Or we need to use higher version of the control.
    Thank you.

    Thanks for your reply. I'll check at Adobe forums as you suggested. If you're right that no Firefox plugin is available for my version of Adobe Acrobat, I'll have to give up using Firefox just after installing it! And I do like it!

  • Dynamic Stamps Not Working in Adobe Acrobat Pro

    Hi everyone, the dynamic stamps on Adobe Simultaneous Review are no longer working for us. I have Adobe Acrobat Pro 9 (it works for me) but it's not working for many other people (they have Adobe Acrobat Pro X). Does anyone know how we can fix this. I think the problem started occurring a few months ago.
    Many Thanks!
    Joy

    You can shutting down Acrobat and then try moving (DO NOT DELETE - you may want put them back afterward if this doesn't work) the Collab and Sync folder out of the User's Acrobat folder and then rejoin the Shared Review to see if the Dynamic Stamps reappear.

  • Form Field Layout-Group Not Working

    I have LiveCycle 8.0 and when I select multiple text field to group them the group menu item in the layout menu is grayed out.  I've selected items by CTRL-click, lasso and no method works.  Please help.  Thanks, Roy

    you want to email it and I'll look and/or group the fields?
    [email protected]

  • Full screen auto-hide feature does not work with Adobe Acrobat Reader add-on 11.0.0.379 in Firefox 17.01.

    "Full screen" menu item and its keyboard short cut F11 stop working with Acrobat Reader. The Firefox top edge border does not hide once you have moved around in the Acrobat document. Therefore it is not possible to display PDF documents in a true full screen mode within Firefox. The auto-hide full screen mode works nicely with other Firefox windows, so apparently the Acrobat Reader add-on breaks the feature. Windows 7 64-bit.

    From the JS API Reference of the print method:
    Non-interactive printing can only be executed during batch, console, and menu
    events.
    Outside of batch, console, and menu events, the values of bUI and of interactive are ignored
    and a print dialog box will always be presented.

  • 7.0.1 will not work with Adobe acrobat pdf creator 1.1 - what, if anything can I do to 'make' pdfs?

    wish I were smart enough to add details.... here's the best I can do: before installing 7.0.1 it says the adobe will not be compatible

    You can't use system restore to go back to a previous Firefox version. SR only restores a few specific files and not all files. You will have to do a reinstall of your Firefox version.
    You can find the latest Firefox release here:
    *Firefox 8.0.1: http://www.mozilla.com/en-US/firefox/all.html
    *Firefox 7.0.1: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/7.0.1
    It is possible that there is a problem with the file(s) that store the extensions registry.
    Delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.com/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.com/kb/Unable+to+install+add-ons
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to do a compatibility check or see if there is a compatibility update available.

  • The "sign document" function is not working in Adobe Acrobat X 10.1.8?

    I had an issue with Adobe Acrobat erroring with an error message relative to the Crypto file in Windows.  I attempted to do the file folder renamaing to 'old', etc. to no avail.  When I tried to restore everything to it's original state, the sign document window appears (see below), but when I click on the sign document buttone, nothing happens at all.  I have tried this in multiple documents, through multiple siging routes, and all the same non-result.  I have also reinstalled Acrobat to no avail; advice?

    This is the Reader forum; the Acrobat one is here:
    http://forums.adobe.com/community/acrobat

Maybe you are looking for

  • Links in signature don't work

    Hi everyone, I'm having trouble getting the links in my Mail signatures to work. Nothing happens when I click on the email and website addresses that I've added to my signatures. I added my email and website address in Mail > Preferences > Signatures

  • Trying to COMPRESS FCP file to transfer/burn to DVDPRO

    I have a project in FCP, it's 45 minutes long and I need to burn it to a disc. I submitted the file to be compressed and it compressed successfully, but DVD Pro said the files were not compatible. And I used the same AUDIO and VIDEO applications to c

  • User Exit to configure custom picking strategy

    Wonder if anyone can help - I've been requested by one of our analysts to look into the user exit to allow us to define a custom Raw Material picking strategy. Currently we use FIFO which seems to work on the date that the material is receipted into

  • Price control for ML & Batch valution

    Hi, We are implementing ECC 6.0 with IS Mill in an integrated steel plant. They manufacture Hot rolled, Cold rolled and Galvanized flat steel products starting with hot briquette iron. All production is in-house. The product structure is multi level.

  • Usb key

    I'm not seeing content on an usb card used since now (1 year) and when i try to copy some files, I receive the information that the content is already on the key but i can't see any content. Do you know how to initialize an usb key?