Interactive questions to Popup when entering data

Hello

I created an interactive document for a job where the processor must enter an amount in a text field.  Is there a way to create the shape so when the processor between the amount, a question opens to ask "are you sure that's the exact amount?  I'm trying to find a way to get the user to confirm the amount. I really apprecate your help if you have any suggestions.

Thank you

Jeff

Sure. Add this as a custom field validation script:

If (' event.value! = "") {}
Event.RC = app.alert ("are you sure that's the exact amount?", 2, 2) == 4;

If (! event.rc) this.target.setFocus)

}

Tags: Acrobat

Similar Questions

  • Fillable form - "shadow" when entering data in a particular area.

    I have to fill out form where users have problems when they enter a value in the field. It appears as a 'double exposure' or with a shadow - which is the best way I can describe it. See the example below.  This is a required field, free form with the font size set to 10.  Any help would be greatly appreciated. Thank you!

    It seems that you have two fields, a right on top of the other, but with different font sizes.  It can be easy to accidentally duplicate a field.

  • Preferance pane window keeps popping open when the data entry or search in all fields. I'm also using 1Password and happens when you try to enter a password

    I'm running on Mac OS X 10.7.4, Firefox 14.0.1. This problem did not exist until this last update of Firefox. Basically, a preferences panel opens each time data is entered in a field. It doesn't seem to be the same preferences panel you see when you open preferences through normal access Firefox, IE. Firefox > Preferences. All the choices listed in this special preference pane are specific to Firefox. I have a screenshot that I could include if wanted. When you use the pane appears when you enter a search in the search bar near the address bar of 1Password the task pane opens, when entering data in any field because I am now filling in this report in detail pane also appears. It's pretty boring. Any advice? I will try systematically to leave any add-ons and see if that makes a difference. I have ave tried to do a reinstall without result.

    Isn't it always the case if you disable the other extension except 1Password?

    Start Firefox in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

    If this does not work in mode without failure, then disable all extensions and then try to find out who is the cause by allowing both the problem reappears.

    • Choose "Disable all add-ons" on the Safe Mode to set window to disable all extensions.
    • Close and restart Firefox after each change through "file > exit ' (Mac: ' Firefox > leave";) Linux: "file > exit ')
  • Numbers 4.0 - Bug with default date when entering the time alone?

    I've just updated to 4.0 numbers after upgrade to Mac OS Sierra and met with what seems to be a bug.

    Previously when I enter a time in the format hh: mm in a cell that has the format of Date and time, it would create the date date of the day, because none has been provided explicitly. It is the behavior expected according to this support article:

    If you do not enter a date and a time, Numbers adds a default value for you. For example, if you type '13:15 ', Numbers adds today's date by default.

    What happens now in numbers 4.0 for me when I get home just a moment, is that it gives me 01/01/2016 as the date, which is a huge pain, because I rely on the fact that the date is (or should be) today's date by default when you enter data in my spreadsheet and right now that means I have to manually change each date by hand to be released today.

    All confirm that this behavior occurs in numbers 4.0 (Build 3507)?

    Thank you

    Michael

    Here is what I get here after typing 13:15 in numbers 4.0 under Sierra:

    I left the Format of data in automatic mode, but get the same result when the format Date and time.

    It might have something to do with your region settings in system preferences (I'm using the default values for the United States).

    Have you tried numbers, reboot and try in a document of closing costs?

    SG

  • Data do not get stored when entered in the online form

    Hello

    When I enter data in a form online and save its does not get recorded and the data entered is lost. Please let me know if I missed any parameters.

    Thank you
    Sravan

    Good reading this post it connects to other posts on the same topic:- does not record data values

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Probably a simple question about Popup LOV formatting in all areas

    I have a Popup LOV on my page and set the Input field property: entrable, show and return value of the store.  I want users to be able to enter this field on their own, but it shows grayed out, even if they can manually enter data to him.  It is not intuitive for the user.  I tried to find out how to change it, but I came empty.

    I tried to add to the item page under the Form element HTML attributes, style = "opacity: 100;  -It works but only for this element of the page in question.  I want to know how to change it in all areas for all applications in my case (but only when the LOV entrable - I want him to stay grayed if Enterable option is not selected).

    Thank you

    In fact, OP wants to set opacity for elements without disabilities also, if you use jQuery, it is also unnecessary to use this 'each' - construction because it is totally useless. You can simply connect the part "css" in the returned array, like this

    $('input.popup_lov:not(:disabled)').css('opacity','100');
    

    I don't think you should use jQuery here though. You can use css to replace the default style using this selector and adapt to your theme or major addition to the rule.

    Eggsample:

    In theme 24 opacity is set to 0.75 through this rule (Note: formlayout for the model of the region):

    table.formlayout td.lov input.popup_lov
    

    To override this style you need a selector that has more specificity ('weight') than this switch. For example

    table.formlayout td.lov input.popup_lov:not(:disabled)
    

    Or in this case, I would say that the use! important may be feasible as who will address the use of the lov popup everywhere.

    input.popup_lov:not(:disabled){
    opacity: 1 !important;
    }
    
  • Why PL/SQL procedures does not allow users to enter data dynamically at run time?

    Dear all,

    I tried to do a procedure that will search for a group of approval in our database that matches.

    (1) the number of levels

    (2) the number of users by each level

    (3) the id of users by level

    entered by the user.

    I tried various methods to receive user input dynamically at run time, but in vain.

    Finally finished my procedure allowing the user to enter the parameters and then executes the procedure, to which these parameters are passed as arguments. (1 variable for the number of levels and 2 userdefinedarrays with the number of users by level and level respectively)

    Why PL/SQL procedures does not allow users to enter data dynamically at run time?

    Thanks in advance,

    Séverine Suresh

    HEY, Sebastian,

    3035408 wrote:

    Hello Sir,

    My question is that if I'm going to say, the number of levels 5, is there any way by which, at runtime, the procedure prompts me to enter at the start of the number of users per level. Now as soon as I get the number of users per level can I do the procedure ask me to enter the nicknames of the members of each level. I mean, something like a invite.

    Thank you

    Séverine Suresh

    There is no way to do it in SQL or PL/SQL, because not SQL PL/SQL is a way to get user input.  User interaction is a job for your front end, like Zlatko tool suggested in response to #5.  If your front end tool is SQL * Plus, you can use the substtitution variables, as Jarkko showed in response #6.

  • How to enter data on another web page using Java

    I'm just tarting out in Java, so I apologize if this question sounds stupid.

    I want to get entry (i.e. of MSFT stock symbol) to a web page (www.dividendinvester.com) with the help of a Java program. Is this possible and if so can provide you an example with me, tell me where I need research or the best expression of how a search for this type of problem. After a Google search for a few days, I have yet to find an example of this fact.

    Thank you!

    Hi, I assume you want to write a robot. This means you want to simulate the user enter data and submit the forms on a web page.
    It's simple, apache HttpComponents is a fantastic tool that allows you to authenticate, store and use of cookies, display data, or download them and the process of web resources.
    Download firefox and add addon Firebug.
    Visit the Web page you want to publish data on this subject, trace web applications page sends when you click on the "submit" button.
    Then, you can simulate these actions with your java program.
    Here you can see some examples:
    http://HC.Apache.org/HttpComponents-client-GA/examples.html

  • Question on the form of data - implicit sharing

    Hello

    We have a data form that the user can down to the level 0 in the rows to enter data. The question is for some customers when the user tries to enter data at the client level 0 is not save the number of entry but get substituted automatically with the parent value. If the user has entered in the parent customer was filling too the same value for the client to level 0.

    When I checked in the outline... I noticed that they are customers who had only one child, and I guess that this happens because of the property on the part of the implicit. I don't know if there could be another reason to do this. If I am wrong please correct me.

    Now, I know that if you change the property of the customer parent to share never, it might solve the problem. But the problem here is - there is a lot of these customers. And each month we receive new clients that could belong to the same case. It would be difficult to go and change the property to share ever for all customers and keep track of it manually. It might be a maintenance problem.

    So is there any other solutions? We can sort it solve? Please let me know your suggestions or ideas on what you think would be the best way to resolve this problem.

    Any ideas are appreciated.

    Thank you!
    ~ Hervé

    Hi Gwen,

    You can disable the implicit sharing in the Essbase.cfg
    When you set the parent members and children store, you create blocks more in the database, so use with discretion.

    http://docs.Oracle.com/CD/E17236_01/EPM.1112/esb_tech_ref/impliedshare.html

    In addition, if you leave the parent on the form, you should be able to write data to the child.

    Kind regards
    Robb Salzmann

  • How do I enter data into an existing PDF form

    I met many forms of pdf, which seem to have been created for the field of data entry. Even when you press tab, it will go to the next field, however, it will not let you enter data. Is there an Adobe software that allows you to convert this type of pdf form?

    All the fields have been defined as ReadOnly... .then they carry a tab stop, but the user cannot interact with the efields th. Open the form in the designer. Click one of the fields, and then open the Palette of the object. On the value tab you will see the Type as the value of ReadOnly. Change this to the user entered as an option. Repeat for each field.

    Paul

  • How can I enter data apple fitness?  I swim and take aerobics classes.  I don't wear my Apple Watch during this operation.

    How can I enter data of fitness on my Apple Watch?  I swim and take water aerobics classes and not wear my watch in the water.

    Hello

    It is not currently possible to enter data of fitness on Apple Watch.

    Health and fitness data Apple Watch, iPhone and any other source are rather grouped by health on your iPhone app. Combined data is reflected in the health app charts (which can be added to the dashboard), which adjust the results to avoid any double counting of data from different sources.

    To add a workout that has not been registered by your watch, iPhone, or other existing data source:

    -On your iPhone, in the application of health (icon: red heart on a white background), go to: data on health (tab) > Fitness > training > add a data Point > enter the result of your workout.

    Activity types available when you add a workout currently including swimming, but do not include aerobics (other can be used instead).

  • Re-buffering when entering videos full screen

    When entering full screen videos in streaming mode as on youtube, the buffering starts from the beginning, losing all data downloaded so far. I'm not quite sure it is related to version 3.6, but I never had this problem before.
    someone has an idea?

    The problem is youtube, if you watch the videos when you click full screen, to 360 p 480 p or same hd resolution.

    to fix this, go to: account settings > playback settings then choose
    (*) I have a slow connection. Never play higher quality video.

    Don't forget to click on save changes

  • enter data in a 2D game table

    Hi all

    I am trying to enter data that is measured in real time in a set table size (I need to then put the data collected in a 3-d chart).

    The problem is when the data arrives, it can be read easily and placed in a 1 d table. But trying to input into a 2D array which index itself after reaching the last column of the table is rather difficult.

    I have attached the file that I use, but you won't be able to run it without the equipment that I use.

    I have attached a few images of the methods I've used and the results I get.

    2 me trying to find a way to index itself by chnaging indicates the line on which imputed data. However when the index line is chnaged during operation all data are transferred in before it the line, leaving the first line empty (as illustrated in 2 when the index changes)

    I did a variety of methods and looked online, but that's as close as I got.

    Thanks for any help,

    ALEXZ

    Pre-create the table outside the loop and simply divide the iteration of the loop by the number of columns and use the quotient and the remainder to the index in the array.

  • Tax installed Turbo (Canada Version) Impossible to enter data in the form of sheets T

    I called Turbotax 3 times & downloaded back to etc, changed the display settings, etc.

    Unable to enter data into forms Tslip

    TurboTax says its a problem in which Microsoft should solve

    Hi SRE1937,

    1. what exactly happens when you enter the data?

    2. you receive messages or error codes?

    You can try to uninstall and reinstall the software TurboTax and check.

    Check out the link to uninstall a program:

    http://Windows.Microsoft.com/en-us/Windows-Vista/uninstall-or-change-a-program

    You can also check in the observer of events for errors and information relating to what is causing the problems.

    Check out the link:

    http://Windows.Microsoft.com/en-us/Windows-Vista/open-Event-Viewer

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-information-appears-in-event-logs-Event-Viewer

    Regarding formats, you should contact TurboTax and Microsoft cannot help in this case.

    Check the link for TurboxTax support:

    https://TtlC.Intuit.com/app/full_page

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer.

  • How to stop the open a popup when I click on an icon. I want the icon to do its job.

    How to stop the open a popup when I click on an icon. I want just the icon to do its job and open the file. However, I get the crazy popup indicating to choose the program you want to open the file.
    When we first got it it has always opened when a user has clicked on an icon. Then he started doing this several months ago, and I don't know why.
    Please help if you know how to beat this computer.
    Windows Vista Home Edition
    CEH

    Hello

    There are MANY varieties of the latter with a lot of names, but all can be removed with the
    same methods:

    Vista Antispyware 2010, XP Internet Security 2010, Antivirus 2010 Vista and Win 7 Antispyware 2010
    are rogue antivirus, scams to get you to pay for them while they have no advantage at all.

    How to remove all THE varieties of this malware - please read carefully the removal Instructions.
    http://www.bleepingcomputer.com/virus-removal/remove-antivirus-Vista-2010

    RENAME this as necessary to allow them to perform: (use a different name with the extension .COM instead of .exe)

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run the
    in the regular when windows you can.

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone. (If Rootkits
    UnHackMe execution)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/products/malwarebytes_free

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can download
    here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with other security programs.
    It is a single scanner, VERY EFFICIENT, if it finds something to come back here or use Google to see
    How to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software (viruses,
    Trojan horses, rootkits, etc.). that has infected your computer despite all security measures that you have
    taken (such as the anti-virus software, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    http://OneCare.live.com/site/en-us/default.htm

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    Also do to the General corruption of cleaning and repair/replace damaged/missing system files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    I hope this helps.

Maybe you are looking for

  • Firefox hangs when starting

    Firefox worked fine until a few days earlier.Now I can't start at all in Firefox even in Mode safe.As soon as I click to start Firefox, I get the journalist Crash whenever I try to start Firefox. My Crash ID: bp-1bb519d8-ea46-4cdf-85b5-ac3312151004 C

  • Suggestion on the support forum

    The support forum seems well designed overall, but I wish there was a button 'Cancel' button 'I also have this problem. I'm constantly clicking this button by accident and it seems there is no cancellation. It distorts what problems are really import

  • Need drivers for satellite A110 (PSABOE)

    I need the drivers for driver sound ethernet and pci controller.

  • Acer Sb653-5560 maxing out RAM

    OK, so based on CNET (and the fact that, in the middle of this announcement, am too lazy to pull the SN of the RAM), this laptop is installed with 2 sticks of DDR3 clocked at 1066 MHz. I know that both these sticks are different manufacturers, but I

  • Problem with plug headphones Envy 15-j035

    Hello I have a problem with my laptop when you use regardless of the helmet on the speakers. During the singing of other frequencies are partially cut, so when lisstening to some song then the volume varies continuously with the voice singing is ampl