Disable the button "submit" after the presentation

We have a form that we distributed to multiple users. The shape is defined so that presentations go to a predefined server location. The problem is that some users submit the form several times (don't know why). Maybe they do not notice the message that says 'submit form '. In any case, we want to disable the button send after submitting the form (even it is only for this "session"). I know that once the form is closed and reopened the button works again, and that's ok. If anyone has any suggestions I would be grateful. Thank you.

Hello

Modify the script above to:

This.Access = "readOnly";

your submit button will be set to read-only.

Regards-

Chalukya

Tags: Adobe LiveCycle

Similar Questions

  • Disabling a button "submit" after the first click on a custom page

    Hi guys,.

    I have a requirement where I need to add a button "submit" ("email") to a custom page, once the button is clicked to send a notification by email, it should be disabled for the next time that the user not send the email for the second time.
    Adding a button is OK, turn it off

    Pls help me if anyone has ideas/thoughts.
    Appreciate your help.


    Thanks in advance,
    Suman

    Hello

    Your condition can not be filled with blockoneverySubmit API because it would block if it is between the transaction once the event is over, you can click on it again. Better at the event click redirect it to the same page and make this option off or use PPR (better solution).

    Kind regards
    Out Sharma

  • disable the presenter

    Online demo from Adobe on how to disable a product is of no use to the presenter. Given that the presenter is a change in PowerPoint, there no 'turn off' on the drop-down menu as described in the Adobe online demo. Can someone provide me with a step by step?

    My menu drop-down is not an option deactivate. Only the following:

    Presenter help
    About Adobe Presenter
    Export to Presenter 5.x and 6.x

    He was activated and registered. Any suggestions?

  • Enable / disable the presenter 8 characters

    Hello

    I have 8 presenter, which came as part of Tech Comm Suite.

    Here, I see that only two variants of each character are activated and others are disabled. How can I activate the other characters? I have 6 Captivate and 7 where all these characters are enabled.

    Anthony

    If you click on one of the shaded characters and click OK, you will get a dialog box download the active presenter. While these characters are the same as in Captivate, they take advantage of the different source files, must download and install them for the two products.

  • Completely disable the presentation of data

    Hello

    I set the following preferences:

    user_pref ("datareporting.healthreport.service.enabled", false);
    user_pref ("datareporting.healthreport.uploadEnabled", false);
    user_pref ("datareporting.policy.dataSubmissionEnabled", false);
    user_pref ("toolkit.telemetry.unified", false);

    Yet, Firefox 40.0.2 has created a new folder "datareporting" in my profile folder and continues to add new elements to it.
    How can I completely disable Data Reporting?

    Thank you.

    https://Bugzilla.Mozilla.org/show_bug.cgi?id=1195552#C4

  • How to link or to disable the button submit virtual keyboard in blackberry 10 webworks?

    Hi all

    I developed Blackberry 10 Web application using Ripple emulator and Blackberry Webworks SDK 1.0.4.11.In that I am faced with the question of the connection... While the virtual keyboard-click submit button... it will not validate the credentials and without validating it goes to the actual page... So, how to validate or disable the virual submit button 10. Please Blackberry keyboard me... Thanks in advance.

    Kind regards

    Marimuthu_P

    Hi Mc Donald,

    You are using a

    element in your application with a built-in element
  • How to disable the submit button

    Hello

    I have several controls on a page. I want to disable the "submit" button until the user enters all the fields.

    How to do this. appreciate your help with this.

    Rgds
    Kumar

    Hi Kumar,

    Look at this post: Disabling the submit button

    Tobias
    ------------------------------------------
    http://Apex-at-work.blogspot.com

  • How to disable the button after the first click (click multiple problem)

    Hello

    I have a ' create' button related to processes of insertion in the database view. The problem is that when I click on him twice, I have two insertion in my database (even with the option run processes: "Once a visit to Page"). Is it possible to disable the button after the first click? and activate on load before the header?
    or maybe there's better solution? I thought that the process of the option run must stop multiples (insertion).

    Przemek

    Przemek:

    You can do the following.
    (1) set the "button"style"of the 'Create' button to be 'Button HTML'"
    (2) set the "key Attributes" have
    ID = "myButton".
    (3) in the "optional Redirect URL" section set to 'Target' ' "URL".
    (4) for the URL, specify {code}
    JavaScript: $x('myButton').disabled = true; doSubmit ('CREATE') {code}

    CITY

  • How to disable the button called auto reset XP pro. After closing it restarts auto.

    How to disable the automatic reset button in windows xp pro. On the closure of this computer goes out, but then restarts auto in minutes. Thank you, john

    Tried the remedies without results. I would appreicate help.

    Thank you john

  • How to disable the button submit when running

    Hello

    I create a page with buttons createEmployee, deleteEmployee and updateEmployee employee management.

    I want to disable the buttons send above if the user is "OPERATIONS".

    My code as follows:

    String userName = pageContext.getUserName ();

    {if ('Operations'. Equals (username))}
    OAPageLayoutBean page = pageContext.getPageLayoutBean ();
    page.prepareForRendering (pageContext);
    OAGlobalButtonBarBean buttons = (OAGlobalButtonBarBean) page.getGlobalButtons ();
    OAGlobalButtonBean button = (OAGlobalButtonBean) buttons.findIndexedChildRecursive ("CreateEmployeeButton");
    button.setDisabled (true);
    }

    but he throws NullPointerException.

    For this code, I guide the OAF Dev R12.

    can you explain what is function_name in the next line

    Button OAGlobalButtonBean = (OAGlobalButtonBean) buttons.findIndexedChildRecursive ("< function_name >");

    I tried with the id of the button, but I didn't work.

    Can you explain about this clearly.

    Thanks in advance,
    SAN

    Hello

    I think that your button on the page is in the region of pageButtonBar.

    Use code below.

    String userName =pageContext.getUserName();
    
    if("OPERATIONS".equals(userName)){
    OASubmitButtonBean button = (OASubmitButtonBean) webBean.findChildRecursive("CreateEmployeeButton");
    if(button!=null)
    {
        button.setDisabled(true);
    }
    } 
    

    Kind regards
    GYAN

  • CP 8.01 - hide button submit upon return to the Quiz slide

    Hello

    After answering a quiz and return to the slide even afterwards, the Send button is always present but disabled. I want her to be removed/hidden completely since IMO, I don't think that you must display it once you have answered the question. Is there a way to do this?

    David

    Captivate provides no way to do this. You cannot hide the button submit another object either.

  • Disable the first/previous/next/last buttons when the user clicks on the button "create".

    Hello

    I have a requirement to disable the first/previous/next/last buttons when the user clicks on the button "create". The must be enabled after the user clicks on the submit, and then the button "validate".

    Is this possible please?

    Thank you.

    Hello

    Using BC4J in the model layer? If so, you might use an EL to the property of disabled button. Something like

    
    

    Replace in the binding attribute on your page (preferably the primary key of your form attribute).

    Arun-

    Edit: Check out this blog for more information on this EL: https://blogs.oracle.com/adf/entry/highlighting_new_rows_in_adf

  • HOWTO disable a button within the APEX?

    This may seem like APEX for Dummies, but I currently have a problem with presenting a plain old HTML in the APEX in mode button disabled (not clickable). In HTML, this is no problem when you use 'disabled', but in the APEX, it does not work because the apex"disabled =" off "disabled".

    1. How can I display the button in a status of "disabled" in the APEX?

    2. How can I dynamically determine whether the button should be displayed as disabled or not?

    Any help is appreciated.

    Hello

    I did something very similar recently (and to be honest, the methodology is very close to what Riedelme suggested already):

    (1) create an item hidden in the area containing the keys to be turned off (make sure it's AFTER the buttons you want to disable)
    (2) in the message text of the element element field, enter Javascript to disable the button (s) - for example:

    (3) set the conditional display of this point on the result of a PL/SQL function returns BOOLEAN - in this case, it would be your authorization feature, or whatever. Or you can use regardless of the conditional formula meets your configuration.

    In this way, every time this hidden item is loaded i.e. authorization fails for example, the javascript code snippet will be loaded and executed, and your buttons will be disabled!

    Hope that makes sense!

    Chris

  • Introductory statement; When the hit play button, I want the presenter display appears?

    I have Keynote 6.6.  I created my view presenter on how I want to get my presentation on a projector (not yet hooked).  I guess that when I'm ready to present, I hit the play button in the toolbar.  When I do, he'll just in playback mode.  I want to see the "presenter" display that shows my notes, etc., but I have not, it will just in this game mode.  When I, for example, press on repeat slide show, it works fine.  What I am doing wrong?  Would it because I have to be plugged into the projector or I'm doing something else wrong?  Thank you.

    (I'm on Mac 10.11 upgraded to Yosemite)

    with the projector connected;

    1. Disable mirroring in: System Preferences > displays
    2. Keynote preferences > slide show: Select to: enable presenter view

    Repeat slideshow displays the screen of the presenter to allow the in place the presenter tools

    When in the game, view a second (the projector) must be connected to enable the display of the screen of the presenter.

  • Disable the close button in ChildBrowser

    I'm working on a project that deals with pages and external links.

    How can I disable the 'Close' button on the Webworks ChildBrowser and re-enable it after loading the page.

    Thank you for your response.

    Hello

    To confirm, you mean that sheet of 10 of BlackBerry that slides in to view content, correct? If so, the ChildBrowser is a component of system level and only provides access to its user interface.

Maybe you are looking for

  • delete yahoo search

    How can I remove yahoo search when I opened a new tab in safari?

  • How to downgrade windows server 2008 r2 for Server 2003?

    I bought windows Server 2008 but license my workplace always use Windows server 2003How can I demote the Server 2008, Server 2003Give step by step instructions and all necessary means

  • Windows XP does not recognize the full HD 500 GB

    I have an old version of XP Pro. My HD crashed & installed 500 GB HD sees now only 128GB. BIOS sees 500 GB. I haven't made windows to & including SP3 updates still no change. What is the solution?

  • Ultra Fit of 64 GB flash drive capacity reduction

    I used my sandisk Ultra Flashdrive Fit distribute windows 10. Microsoft sotware configured my flash drive must be a bootable USB key. After distribution/installation, I wiped the flash drive and discovered that the capacity has been reduced to 32 GB.

  • Missing registry key.

    Unble to install the printer driver. Error code "slbcsp.dll' 'this code of registry does not exist and is required for installation. Please make sure that the registry key exists and click Retry to continue installation"registry key"HKEY_LOCAL_MACHIN